Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp118 struct LoopVersioningLICMLegacyPass : public LoopPass { struct
121 LoopVersioningLICMLegacyPass() : LoopPass(ID) { in LoopVersioningLICMLegacyPass() argument
579 bool LoopVersioningLICMLegacyPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
644 char LoopVersioningLICMLegacyPass::ID = 0;
646 INITIALIZE_PASS_BEGIN(LoopVersioningLICMLegacyPass, "loop-versioning-licm",
657 INITIALIZE_PASS_END(LoopVersioningLICMLegacyPass, "loop-versioning-licm", in INITIALIZE_PASS_DEPENDENCY()
661 return new LoopVersioningLICMLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()