Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp119 static cl::opt<bool> ControlFlowHoisting( variable
663 if (!ControlFlowHoisting || !BI->isConditional() || in registerPossiblyHoistableBranch()
719 if (!ControlFlowHoisting || !CurLoop->hasLoopInvariantOperands(PN)) in canHoistPHI()
756 if (!ControlFlowHoisting) in getOrCreateHoistedBlock()
999 if (ControlFlowHoisting) { in hoistRegion()