reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1410 for (unsigned ScanInsts = 6; BBI != SI.getParent()->begin() && ScanInsts; 1412 --BBI; 1415 if (isa<DbgInfoIntrinsic>(BBI) || 1416 (isa<BitCastInst>(BBI) && BBI->getType()->isPointerTy())) { 1416 (isa<BitCastInst>(BBI) && BBI->getType()->isPointerTy())) { 1421 if (StoreInst *PrevSI = dyn_cast<StoreInst>(BBI)) { 1426 ++BBI; 1436 if (LoadInst *LI = dyn_cast<LoadInst>(BBI)) { 1448 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory() || BBI->mayThrow()) 1448 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory() || BBI->mayThrow()) 1448 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory() || BBI->mayThrow()) 1470 BBI = SI.getIterator(); 1472 ++BBI; 1473 } while (isa<DbgInfoIntrinsic>(BBI) || 1474 (isa<BitCastInst>(BBI) && BBI->getType()->isPointerTy())); 1474 (isa<BitCastInst>(BBI) && BBI->getType()->isPointerTy())); 1476 if (BranchInst *BI = dyn_cast<BranchInst>(BBI))