Home
last modified time | relevance | path

Searched refs:PredicateWithEdge (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h147 class PredicateWithEdge : public PredicateWithCondition {
151 PredicateWithEdge() = delete;
157 PredicateWithEdge(PredicateType PType, Value *Op, BasicBlock *From, in PredicateWithEdge() function
163 class PredicateBranch : public PredicateWithEdge {
169 : PredicateWithEdge(PT_Branch, Op, BranchBB, SplitBB, Condition), in PredicateBranch()
177 class PredicateSwitch : public PredicateWithEdge {
184 : PredicateWithEdge(PT_Switch, Op, SwitchBB, TargetBB, in PredicateSwitch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp61 assert(isa<PredicateWithEdge>(PB) && in getBranchBlock()
64 return cast<PredicateWithEdge>(PB)->From; in getBranchBlock()
70 assert(isa<PredicateWithEdge>(PB) && in getBranchTerminator()
72 return cast<PredicateWithEdge>(PB)->From->getTerminator(); in getBranchTerminator()
79 assert(isa<PredicateWithEdge>(PB) && in getBlockEdge()
81 const auto *PEdge = cast<PredicateWithEdge>(PB); in getBlockEdge()
523 if (isa<PredicateWithEdge>(ValInfo)) { in materializeStack()
600 } else if (isa<PredicateWithEdge>(PossibleCopy)) { in renameUses()