Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp319 class LoopPredicationLegacyPass : public LoopPass { class
322 LoopPredicationLegacyPass() : LoopPass(ID) { in LoopPredicationLegacyPass() function in __anon082da8af0111::LoopPredicationLegacyPass
348 char LoopPredicationLegacyPass::ID = 0;
351 INITIALIZE_PASS_BEGIN(LoopPredicationLegacyPass, "loop-predication",
355 INITIALIZE_PASS_END(LoopPredicationLegacyPass, "loop-predication", in INITIALIZE_PASS_DEPENDENCY()
359 return new LoopPredicationLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()