Searched refs:getPredecessors (Results 1 – 6 of 6) sorted by relevance
70 const auto &SuccPreds = Succ->getPredecessors(); in verifyBlocksInRegion()76 const auto &Predecessors = VPB->getPredecessors(); in verifyBlocksInRegion()
524 const VPBlocksTy &getPredecessors() const { return Predecessors; } in getPredecessors() function525 VPBlocksTy &getPredecessors() { return Predecessors; } in getPredecessors() function576 return getEnclosingBlockWithPredecessors()->getPredecessors(); in getHierarchicalPredecessors()2560 assert(Entry->getPredecessors().empty() && "Entry block has predecessors."); in VPBlockBase()2588 assert(EntryBlock->getPredecessors().empty() && in setEntry()2979 NewBlock->getPredecessors().empty() && in insertBlockAfter()
139 auto &Predecessors = Current->getPredecessors(); in getPlanEntry()466 !(Replica && getPredecessors().empty())) { /* C */ in execute()
283 for (VPBlockBase *Pred : make_early_inc_range(Region1->getPredecessors())) { in mergeReplicateRegionsIntoSuccessors()
78 static pred_range getPredecessors(BasicBlock *BB) { return predecessors(BB); }194 PredRangeT getPredecessors(BasicBlockT *BB) {195 return afdo_detail::IRTraits<BT>::getPredecessors(BB);865 for (auto *B2 : getPredecessors(B1))
135 static PredRangeT getPredecessors(MachineBasicBlock *BB) { in getPredecessors() function