Home
last modified time | relevance | path

Searched refs:StructurizeCFG (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp277 class StructurizeCFG { class
380 StructurizeCFG SCFG; in runOnRegion()
419 void StructurizeCFG::orderNodes() { in INITIALIZE_PASS_DEPENDENCY()
473 void StructurizeCFG::analyzeLoops(RegionNode *N) { in analyzeLoops()
492 PredInfo StructurizeCFG::buildCondition(BranchInst *Term, unsigned Idx, in buildCondition()
511 void StructurizeCFG::gatherPredicates(RegionNode *N) { in gatherPredicates()
569 void StructurizeCFG::collectInfos() { in collectInfos()
597 void StructurizeCFG::insertConditions(bool Loops) { in insertConditions()
640 void StructurizeCFG::simplifyConditions() { in simplifyConditions()
662 void StructurizeCFG::delPhiValues(BasicBlock *From, BasicBlock *To) { in delPhiValues()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def701 "structurizecfg", "StructurizeCFG",
/freebsd/lib/clang/libllvm/
H A DMakefile2041 SRCS_MIN+= Transforms/Scalar/StructurizeCFG.cpp