LLVM  4.0.0
Namespaces | Functions | Variables
AtomicExpandUtils.h File Reference
#include "llvm/ADT/STLExtras.h"
#include "llvm/IR/IRBuilder.h"
Include dependency graph for AtomicExpandUtils.h:
This graph shows which files directly or indirectly include this file:

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...