Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A 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()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp60 assert(isa<PredicateWithEdge>(PB) && in getBranchBlock()
63 return cast<PredicateWithEdge>(PB)->From; in getBranchBlock()
69 assert(isa<PredicateWithEdge>(PB) && in getBranchTerminator()
71 return cast<PredicateWithEdge>(PB)->From->getTerminator(); in getBranchTerminator()
78 assert(isa<PredicateWithEdge>(PB) && in getBlockEdge()
80 const auto *PEdge = cast<PredicateWithEdge>(PB); in getBlockEdge()
522 if (isa<PredicateWithEdge>(ValInfo)) { in materializeStack()
599 } else if (isa<PredicateWithEdge>(PossibleCopy)) { in renameUses()