Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp307 class LoopPredicationLegacyPass : public LoopPass { class
310 LoopPredicationLegacyPass() : LoopPass(ID) { in LoopPredicationLegacyPass() function in __anon96bde4440111::LoopPredicationLegacyPass
330 char LoopPredicationLegacyPass::ID = 0;
333 INITIALIZE_PASS_BEGIN(LoopPredicationLegacyPass, "loop-predication",
337 INITIALIZE_PASS_END(LoopPredicationLegacyPass, "loop-predication", in INITIALIZE_PASS_DEPENDENCY()
341 return new LoopPredicationLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()