Searched refs:getBlockEdge (Results 1 – 1 of 1) sorted by relevance
64 std::pair<BasicBlock *, BasicBlock *> getBlockEdge(const PredicateBase *PB) { in getBlockEdge() function133 std::pair<BasicBlock *, BasicBlock *> getBlockEdge(const ValueDFS &VD) const { in getBlockEdge() function139 return ::getBlockEdge(VD.PInfo); in getBlockEdge()145 std::tie(ASrc, ADest) = getBlockEdge(A); in comparePHIRelated()146 std::tie(BSrc, BDest) = getBlockEdge(B); in comparePHIRelated()277 return DT.dominates(getBlockEdge(Top.PInfo), *VDUse.U); in stackIsInScope()604 auto BlockEdge = getBlockEdge(PossibleCopy); in renameUses()