Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp106 static cl::opt<bool> ControlFlowHoisting( variable
652 if (!ControlFlowHoisting || !BI->isConditional() || in registerPossiblyHoistableBranch()
708 if (!ControlFlowHoisting || !CurLoop->hasLoopInvariantOperands(PN)) in canHoistPHI()
745 if (!ControlFlowHoisting) in getOrCreateHoistedBlock()
1031 if (ControlFlowHoisting) { in hoistRegion()