Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp524 auto IsSuccessor = [](BasicBlock *Succ, BasicBlock *BB) { in computeOutliningInfo() local
544 if (IsSuccessor(Succ1, Succ2)) in computeOutliningInfo()
546 if (IsSuccessor(Succ2, Succ1)) in computeOutliningInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h906 auto IsSuccessor = [BUI](const NodePtr SuccCandidate, const NodePtr Of) { in DeleteEdge()
910 (void)IsSuccessor; in DeleteEdge()
911 assert(!IsSuccessor(To, From) && "Deleted edge still exists in the CFG!"); in DeleteEdge()