Lines Matching refs:StructurizeCFG
239 class StructurizeCFG { class
332 StructurizeCFG SCFG; in runOnRegion()
372 void StructurizeCFG::orderNodes() { in INITIALIZE_PASS_DEPENDENCY()
426 void StructurizeCFG::analyzeLoops(RegionNode *N) { in analyzeLoops()
445 Value *StructurizeCFG::buildCondition(BranchInst *Term, unsigned Idx, in buildCondition()
458 void StructurizeCFG::gatherPredicates(RegionNode *N) { in gatherPredicates()
516 void StructurizeCFG::collectInfos() { in collectInfos()
544 void StructurizeCFG::insertConditions(bool Loops) { in insertConditions()
591 void StructurizeCFG::delPhiValues(BasicBlock *From, BasicBlock *To) { in delPhiValues()
607 void StructurizeCFG::addPhiValues(BasicBlock *From, BasicBlock *To) { in addPhiValues()
616 void StructurizeCFG::setPhiValues() { in setPhiValues()
656 void StructurizeCFG::simplifyAffectedPhis() { in simplifyAffectedPhis()
675 void StructurizeCFG::killTerminator(BasicBlock *BB) { in killTerminator()
689 void StructurizeCFG::changeExit(RegionNode *Node, BasicBlock *NewExit, in changeExit()
733 BasicBlock *StructurizeCFG::getNextFlow(BasicBlock *Dominator) { in getNextFlow()
745 BasicBlock *StructurizeCFG::needPrefix(bool NeedEmpty) { in needPrefix()
764 BasicBlock *StructurizeCFG::needPostfix(BasicBlock *Flow, in needPostfix()
776 void StructurizeCFG::setPrevNode(BasicBlock *BB) { in setPrevNode()
782 bool StructurizeCFG::dominatesPredicates(BasicBlock *BB, RegionNode *Node) { in dominatesPredicates()
790 bool StructurizeCFG::isPredictableTrue(RegionNode *Node) { in isPredictableTrue()
814 void StructurizeCFG::wireFlow(bool ExitUseAllowed, in wireFlow()
849 void StructurizeCFG::handleLoops(bool ExitUseAllowed, in handleLoops()
894 void StructurizeCFG::createFlow() { in createFlow()
919 void StructurizeCFG::rebuildSSA() { in rebuildSSA()
1007 void StructurizeCFG::init(Region *R) { in init()
1018 bool StructurizeCFG::makeUniformRegion(Region *R, in makeUniformRegion()
1054 bool StructurizeCFG::run(Region *R, DominatorTree *DT) { in run()
1106 StructurizeCFG SCFG; in run()