Lines Matching refs:StructurizeCFG

235 class StructurizeCFG {  class
330 StructurizeCFG SCFG; in runOnRegion()
370 void StructurizeCFG::orderNodes() { in INITIALIZE_PASS_DEPENDENCY()
424 void StructurizeCFG::analyzeLoops(RegionNode *N) { in analyzeLoops()
443 Value *StructurizeCFG::buildCondition(BranchInst *Term, unsigned Idx, in buildCondition()
456 void StructurizeCFG::gatherPredicates(RegionNode *N) { in gatherPredicates()
514 void StructurizeCFG::collectInfos() { in collectInfos()
542 void StructurizeCFG::insertConditions(bool Loops) { in insertConditions()
588 void StructurizeCFG::simplifyConditions() { in simplifyConditions()
611 void StructurizeCFG::delPhiValues(BasicBlock *From, BasicBlock *To) { in delPhiValues()
627 void StructurizeCFG::addPhiValues(BasicBlock *From, BasicBlock *To) { in addPhiValues()
636 void StructurizeCFG::setPhiValues() { in setPhiValues()
676 void StructurizeCFG::simplifyAffectedPhis() { in simplifyAffectedPhis()
695 void StructurizeCFG::killTerminator(BasicBlock *BB) { in killTerminator()
709 void StructurizeCFG::changeExit(RegionNode *Node, BasicBlock *NewExit, in changeExit()
753 BasicBlock *StructurizeCFG::getNextFlow(BasicBlock *Dominator) { in getNextFlow()
765 BasicBlock *StructurizeCFG::needPrefix(bool NeedEmpty) { in needPrefix()
784 BasicBlock *StructurizeCFG::needPostfix(BasicBlock *Flow, in needPostfix()
796 void StructurizeCFG::setPrevNode(BasicBlock *BB) { in setPrevNode()
802 bool StructurizeCFG::dominatesPredicates(BasicBlock *BB, RegionNode *Node) { in dominatesPredicates()
810 bool StructurizeCFG::isPredictableTrue(RegionNode *Node) { in isPredictableTrue()
834 void StructurizeCFG::wireFlow(bool ExitUseAllowed, in wireFlow()
869 void StructurizeCFG::handleLoops(bool ExitUseAllowed, in handleLoops()
914 void StructurizeCFG::createFlow() { in createFlow()
939 void StructurizeCFG::rebuildSSA() { in rebuildSSA()
1027 void StructurizeCFG::init(Region *R) { in init()
1038 bool StructurizeCFG::makeUniformRegion(Region *R, in makeUniformRegion()
1074 bool StructurizeCFG::run(Region *R, DominatorTree *DT) { in run()
1127 StructurizeCFG SCFG; in run()