Lines Matching defs: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];
144 Info->Preds[p] = BBMapBucket;
152 Info->Preds[p] = PredInfo;
252 BBInfo *Pred = Info->Preds[p];
310 if (IsDefInDomFrontier(Info->Preds[p], Info->IDom)) {
332 ValT Singular = Info->Preds[0]->DefBB->AvailableVal;
336 ValT PredVal = Info->Preds[Idx]->DefBB->AvailableVal;
344 Info->DefBB = Info->Preds[0]->DefBB;
398 BBInfo *PredInfo = Info->Preds[p];