Lines Matching defs:EntryBB
88 // / EntryBB \ //
97 BasicBlock *EntryBB = S.getEntry();
100 splitEdge(EnteringBB, EntryBB, ".split_new_and_old", &DT, &LI, &RI);
103 // If EntryBB is the exit block of the region that includes Prev, exclude
109 while (PrevRegion->getExit() == EntryBB) {
132 // / EntryBB \ //
165 // / EntryBB \ StartBlock //
189 // / EntryBB \ StartBlock //
199 // Split the edge between SplitBlock and EntryBB, to avoid a critical edge.
200 splitEdge(SplitBlock, EntryBB, ".pre_entry_bb", &DT, &LI, &RI);
209 // / EntryBB \ StartBlock //