Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp318 class LoopPredicationLegacyPass : public LoopPass { class
321 LoopPredicationLegacyPass() : LoopPass(ID) { in LoopPredicationLegacyPass() function in __anon06f493b30111::LoopPredicationLegacyPass
344 char LoopPredicationLegacyPass::ID = 0;
347 INITIALIZE_PASS_BEGIN(LoopPredicationLegacyPass, "loop-predication",
351 INITIALIZE_PASS_END(LoopPredicationLegacyPass, "loop-predication", in INITIALIZE_PASS_DEPENDENCY()
355 return new LoopPredicationLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()