Searched refs:getPredecessors (Results 1 – 6 of 6) sorted by relevance
69 const auto &SuccPreds = Succ->getPredecessors(); in verifyBlocksInRegion()75 const auto &Predecessors = VPB->getPredecessors(); in verifyBlocksInRegion()
492 const VPBlocksTy &getPredecessors() const { return Predecessors; } in getPredecessors() function493 VPBlocksTy &getPredecessors() { return Predecessors; } in getPredecessors() function544 return getEnclosingBlockWithPredecessors()->getPredecessors(); in getHierarchicalPredecessors()2080 assert(Entry->getPredecessors().empty() && "Entry block has predecessors."); in VPBlockBase()2108 assert(EntryBlock->getPredecessors().empty() && in setEntry()2484 NewBlock->getPredecessors().empty() && in insertBlockAfter()
136 auto &Predecessors = Current->getPredecessors(); in getPlanEntry()354 !(Replica && getPredecessors().empty())) { /* C */ in execute()
302 for (VPBlockBase *Pred : make_early_inc_range(Region1->getPredecessors())) { in mergeReplicateRegionsIntoSuccessors()
72 static pred_range getPredecessors(BasicBlock *BB) { return predecessors(BB); }124 PredRangeT getPredecessors(BasicBlockT *BB) {125 return afdo_detail::IRTraits<BT>::getPredecessors(BB);722 for (auto *B2 : getPredecessors(B1))
111 static PredRangeT getPredecessors(MachineBasicBlock *BB) { in getPredecessors() function