Searched refs:handleLoops (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 233 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd); 814 handleLoops(false, LoopEnd); in wireFlow() 822 void StructurizeCFG::handleLoops(bool ExitUseAllowed, in handleLoops() function in StructurizeCFG 838 handleLoops(false, LoopEnd); in handleLoops() 879 handleLoops(EntryDominatesExit, nullptr); in createFlow()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 247 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd); 807 handleLoops(false, LoopEnd); in wireFlow() 815 void StructurizeCFG::handleLoops(bool ExitUseAllowed, in handleLoops() function in StructurizeCFG 831 handleLoops(false, LoopEnd); in handleLoops() 873 handleLoops(EntryDominatesExit, nullptr); in createFlow()
|