Home | History | Annotate | Download | only in MIRParser

Lines Matching refs:WasInserted

373   bool WasInserted = MBBSlots.insert(std::make_pair(ID, MBB)).second;
374 if (!WasInserted)
1871 bool WasInserted =
1874 (void)WasInserted;
1875 assert(WasInserted && "Expected registers to be unique case-insensitively");