Searched refs:IsSuccessor (Results 1 – 2 of 2) sorted by relevance
521 auto IsSuccessor = [](BasicBlock *Succ, BasicBlock *BB) { in computeOutliningInfo() local541 if (IsSuccessor(Succ1, Succ2)) in computeOutliningInfo()543 if (IsSuccessor(Succ2, Succ1)) in computeOutliningInfo()
922 auto IsSuccessor = [BUI](const NodePtr SuccCandidate, const NodePtr Of) { in DeleteEdge()926 (void)IsSuccessor; in DeleteEdge()927 assert(!IsSuccessor(To, From) && "Deleted edge still exists in the CFG!"); in DeleteEdge()