Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp317 formDedicatedExitBlocks(L, DT, LI, PreserveLCSSA); in separateNestedLoop()
530 if (formDedicatedExitBlocks(L, DT, LI, PreserveLCSSA)) in simplifyOneLoop()
DLoopUnrollRuntime.cpp893 formDedicatedExitBlocks(L, DT, LI, PreserveLCSSA); in UnrollRuntimeLoopRemainder()
897 formDedicatedExitBlocks(remainderLoop, DT, LI, PreserveLCSSA); in UnrollRuntimeLoopRemainder()
DLoopUtils.cpp1143 bool llvm::formDedicatedExitBlocks(Loop *L, DominatorTree *DT, LoopInfo *LI, in formDedicatedExitBlocks() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h371 bool formDedicatedExitBlocks(Loop *L, DominatorTree *DT, LoopInfo *LI,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp2095 formDedicatedExitBlocks(&UpdateL, &DT, &LI, /*PreserveLCSSA*/ true); in unswitchNontrivialInvariants()