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

References

lib/Target/ARM/ARMFastISel.cpp
 1239   MachineBasicBlock *TBB = FuncInfo.MBBMap[BI->getSuccessor(0)];
 1240   MachineBasicBlock *FBB = FuncInfo.MBBMap[BI->getSuccessor(1)];
 1246   if (const CmpInst *CI = dyn_cast<CmpInst>(BI->getCondition())) {
 1268       finishCondBranch(BI->getParent(), TBB, FBB);
 1271   } else if (TruncInst *TI = dyn_cast<TruncInst>(BI->getCondition())) {
 1292       finishCondBranch(BI->getParent(), TBB, FBB);
 1296              dyn_cast<ConstantInt>(BI->getCondition())) {
 1303   unsigned CmpReg = getRegForValue(BI->getCondition());
 1329   finishCondBranch(BI->getParent(), TBB, FBB);