Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLICM.cpp108 static cl::opt<bool> ControlFlowHoisting( variable
645 if (!ControlFlowHoisting || !BI->isConditional() || in registerPossiblyHoistableBranch()
701 if (!ControlFlowHoisting || !CurLoop->hasLoopInvariantOperands(PN)) in canHoistPHI()
738 if (!ControlFlowHoisting) in getOrCreateHoistedBlock()
988 if (ControlFlowHoisting) { in hoistRegion()