Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h925 auto IsSuccessor = [BUI](const NodePtr SuccCandidate, const NodePtr Of) { in DeleteEdge()
929 (void)IsSuccessor; in DeleteEdge()
930 assert(!IsSuccessor(To, From) && "Deleted edge still exists in the CFG!"); in DeleteEdge()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp576 auto IsSuccessor = [](BasicBlock *Succ, BasicBlock *BB) { in computeOutliningInfo() local
596 if (IsSuccessor(Succ1, Succ2)) in computeOutliningInfo()
598 if (IsSuccessor(Succ2, Succ1)) in computeOutliningInfo()