Searched refs:IsSuccessor (Results 1 – 2 of 2) sorted by relevance
524 auto IsSuccessor = [](BasicBlock *Succ, BasicBlock *BB) { in computeOutliningInfo() local544 if (IsSuccessor(Succ1, Succ2)) in computeOutliningInfo()546 if (IsSuccessor(Succ2, Succ1)) in computeOutliningInfo()
906 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()