Searched refs:changeExit (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp207 void changeExit(RegionNode *Node, BasicBlock *NewExit,
587 void StructurizeCFG::changeExit(RegionNode *Node, BasicBlock *NewExit, function in class:StructurizeCFG
660 changeExit(PrevNode, Flow, true);
727 changeExit(PrevNode, Node->getEntry(), true);
750 changeExit(PrevNode, Next, false);
816 changeExit(PrevNode, Exit, EntryDominatesExit);

Completed in 100 milliseconds