reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
109 I != SinglePredMBB->end(); I++) { 109 I != SinglePredMBB->end(); I++) { 110 LLVM_DEBUG(dbgs() << "** Emitting incoming branch: "; I->dump();); 111 bool TakenBranch = (I->isBranch() && 112 (TII->getBranchInfo(*I).isIndirect() || 113 TII->getBranchInfo(*I).getMBBTarget() == MBB)); 114 HazardRec->emitInstruction(&*I, TakenBranch);