reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstructionCombining.cpp
 2449   BasicBlock *PredBB = FreeInstrBB->getSinglePredecessor();
 2461   Instruction *FreeInstrBBTerminator = FreeInstrBB->getTerminator();
 2469   if (FreeInstrBB->size() != 2) {
 2470     for (const Instruction &Inst : *FreeInstrBB) {
 2494   assert(FreeInstrBB == (Pred == ICmpInst::ICMP_EQ ? FalseBB : TrueBB) &&
 2499   for (BasicBlock::iterator It = FreeInstrBB->begin(), End = FreeInstrBB->end();
 2499   for (BasicBlock::iterator It = FreeInstrBB->begin(), End = FreeInstrBB->end();
 2506   assert(FreeInstrBB->size() == 1 &&