Searched refs:getBlockEdge (Results 1 – 1 of 1) sorted by relevance
72 std::pair<BasicBlock *, BasicBlock *> getBlockEdge(const PredicateBase *PB) { in getBlockEdge() function152 std::pair<BasicBlock *, BasicBlock *> getBlockEdge(const ValueDFS &VD) const { in getBlockEdge() function158 return ::getBlockEdge(VD.PInfo); in getBlockEdge()164 std::tie(ASrc, ADest) = getBlockEdge(A); in comparePHIRelated()165 std::tie(BSrc, BDest) = getBlockEdge(B); in comparePHIRelated()319 return DT.dominates(getBlockEdge(Stack.back().PInfo), *VDUse.U); in stackIsInScope()649 auto BlockEdge = getBlockEdge(PossibleCopy); in renameUses()