Home | History | Annotate | Download | only in Utils

Lines Matching defs:NumPreds

61     unsigned NumPreds = 0;
63 // Array[NumPreds] of predecessor blocks.
132 Info->NumPreds = Preds.size();
133 if (Info->NumPreds == 0)
137 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *)));
139 for (unsigned p = 0; p != Info->NumPreds; ++p) {
252 for (unsigned p = 0; p != Info->NumPreds; ++p) {
310 for (unsigned p = 0; p != Info->NumPreds; ++p) {
348 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater);
362 if (Info->NumPreds > 1)
373 for (unsigned p = 0; p != Info->NumPreds; ++p) {