Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp122 static cl::opt<bool> ControlFlowHoisting( variable
672 if (!ControlFlowHoisting || !BI->isConditional() || in registerPossiblyHoistableBranch()
728 if (!ControlFlowHoisting || !CurLoop->hasLoopInvariantOperands(PN)) in canHoistPHI()
765 if (!ControlFlowHoisting) in getOrCreateHoistedBlock()
1010 if (ControlFlowHoisting) { in hoistRegion()