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.cpp124 static cl::opt<bool> ControlFlowHoisting( variable
674 if (!ControlFlowHoisting || !BI->isConditional() || in registerPossiblyHoistableBranch()
731 if (!ControlFlowHoisting || !CurLoop->hasLoopInvariantOperands(PN)) in canHoistPHI()
767 if (!ControlFlowHoisting) in getOrCreateHoistedBlock()
1013 if (ControlFlowHoisting) { in hoistRegion()