Home
last modified time | relevance | path

Searched refs:AtomicExpandLegacy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp137 class AtomicExpandLegacy : public FunctionPass { class
141 AtomicExpandLegacy() : FunctionPass(ID) { in AtomicExpandLegacy() function in __anond0ba67280111::AtomicExpandLegacy
175 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()