Searched refs:AtomicExpandLegacy (Results 1 – 1 of 1) sorted by relevance
137 class AtomicExpandLegacy : public FunctionPass { class141 AtomicExpandLegacy() : FunctionPass(ID) { in AtomicExpandLegacy() function in __anond0ba67280111::AtomicExpandLegacy175 char AtomicExpandLegacy::ID = 0;177 char &llvm::AtomicExpandID = AtomicExpandLegacy::ID;179 INITIALIZE_PASS_BEGIN(AtomicExpandLegacy, DEBUG_TYPE,182 INITIALIZE_PASS_END(AtomicExpandLegacy, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()420 bool AtomicExpandLegacy::runOnFunction(Function &F) { in runOnFunction()431 return new AtomicExpandLegacy(); in createAtomicExpandLegacyPass()