Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp95 static cl::opt<bool> ControlFlowHoisting( variable
595 if (!ControlFlowHoisting || !BI->isConditional() || in registerPossiblyHoistableBranch()
651 if (!ControlFlowHoisting || !CurLoop->hasLoopInvariantOperands(PN)) in canHoistPHI()
688 if (!ControlFlowHoisting) in getOrCreateHoistedBlock()
943 if (ControlFlowHoisting) { in hoistRegion()