Home | History | Annotate | Download | only in Utils

Lines Matching refs:Preds

64     BBInfo **Preds = nullptr;
127 SmallVector<BlkT *, 10> Preds;
130 Preds.clear();
131 Traits::FindPredecessorBlocks(Info->BB, &Preds);
132 Info->NumPreds = Preds.size();
134 Info->Preds = nullptr;
136 Info->Preds = static_cast<BBInfo **>(Allocator.Allocate(
140 BlkT *Pred = Preds[p];
145 Info->Preds[p] = BBMapBucket.second;
153 Info->Preds[p] = PredInfo;
253 BBInfo *Pred = Info->Preds[p];
311 if (IsDefInDomFrontier(Info->Preds[p], Info->IDom)) {
374 BBInfo *PredInfo = Info->Preds[p];