Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp78 std::pair<BasicBlock *, BasicBlock *> getBlockEdge(const PredicateBase *PB) { in getBlockEdge() function
158 std::pair<BasicBlock *, BasicBlock *> getBlockEdge(const ValueDFS &VD) const { in getBlockEdge() function
164 return ::getBlockEdge(VD.PInfo); in getBlockEdge()
170 std::tie(ASrc, ADest) = getBlockEdge(A); in comparePHIRelated()
171 std::tie(BSrc, BDest) = getBlockEdge(B); in comparePHIRelated()
325 return DT.dominates(getBlockEdge(Stack.back().PInfo), *VDUse.U); in stackIsInScope()
644 auto BlockEdge = getBlockEdge(PossibleCopy); in renameUses()