reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2301 assert(isa<CmpInst>(BI->getCondition()) && "Expected cmp instruction"); 2302 const CmpInst *CI = cast<CmpInst>(BI->getCondition()); 2316 MachineBasicBlock *TBB = FuncInfo.MBBMap[BI->getSuccessor(0)]; 2317 MachineBasicBlock *FBB = FuncInfo.MBBMap[BI->getSuccessor(1)]; 2416 finishCondBranch(BI->getParent(), TBB, FBB);