|
LLVM
4.0.0
|
Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| bool | llvm::expandAtomicRMWToCmpXchg (AtomicRMWInst *AI, CreateCmpXchgInstFun Factory) |
| Expand an atomic RMW instruction into a loop utilizing cmpxchg. More... | |
Variables | |
| new_loaded *typedef function_ref< void(IRBuilder <> &, Value *, Value *, Value *, AtomicOrdering, Value *&, Value *&)> | llvm::CreateCmpXchgInstFun |
| llvm::success | |
| Parameters (see the expansion example below): (the builder, addr, loaded, new_val, ordering, /* OUT. More... | |
1.8.6