Searched refs:getBlockEdge (Results 1 – 1 of 1) sorted by relevance
65 std::pair<BasicBlock *, BasicBlock *> getBlockEdge(const PredicateBase *PB) { in getBlockEdge() function145 std::pair<BasicBlock *, BasicBlock *> getBlockEdge(const ValueDFS &VD) const { in getBlockEdge() function151 return ::getBlockEdge(VD.PInfo); in getBlockEdge()157 std::tie(ASrc, ADest) = getBlockEdge(A); in comparePHIRelated()158 std::tie(BSrc, BDest) = getBlockEdge(B); in comparePHIRelated()312 return DT.dominates(getBlockEdge(Stack.back().PInfo), *VDUse.U); in stackIsInScope()640 auto BlockEdge = getBlockEdge(PossibleCopy); in renameUses()