Searched refs:IsSuccessor (Results 1 – 8 of 8) sorted by relevance
169 bool IsSuccessor(const BasicBlock* block) const;
151 bool BasicBlock::IsSuccessor(const BasicBlock* block) const { in IsSuccessor() function in spvtools::opt::BasicBlock
261 } else if (live_blocks.count(inc) && inc->IsSuccessor(&block)) { in FixPhiNodesInLiveBlocks()
554 auto IsSuccessor = [](BasicBlock *Succ, BasicBlock *BB) { in computeOutliningInfo() local574 if (IsSuccessor(Succ1, Succ2)) in computeOutliningInfo()576 if (IsSuccessor(Succ2, Succ1)) in computeOutliningInfo()
924 auto IsSuccessor = [BUI](const NodePtr SuccCandidate, const NodePtr Of) { in DeleteEdge()928 (void)IsSuccessor; in DeleteEdge()929 assert(!IsSuccessor(To, From) && "Deleted edge still exists in the CFG!"); in DeleteEdge()