Searched refs:SrcBlock (Results 1 – 4 of 4) sorted by relevance
661 const CFGBlock *SrcBlock = BE.getSrc(); in VisitLogicalExpr() local663 CFGTerminator T = SrcBlock->getTerminator(); in VisitLogicalExpr()667 assert(SrcBlock->succ_size() == 2); in VisitLogicalExpr()669 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()676 assert(!SrcBlock->empty()); in VisitLogicalExpr()677 CFGStmt Elem = SrcBlock->rbegin()->castAs<CFGStmt>(); in VisitLogicalExpr()755 const CFGBlock *SrcBlock = nullptr; in VisitGuardedExpr() local769 SrcBlock = PP.castAs<BlockEdge>().getSrc(); in VisitGuardedExpr()774 assert(SrcBlock && "missing function entry"); in VisitGuardedExpr()781 for (CFGElement CE : llvm::reverse(*SrcBlock)) { in VisitGuardedExpr()
6559 BasicBlock *SrcBlock = GEPI->getParent(); in tryUnmergingGEPsAcrossIndirectBr() local6562 if (!isa<IndirectBrInst>(SrcBlock->getTerminator())) in tryUnmergingGEPsAcrossIndirectBr()6577 if (GEPIOpI->getParent() != SrcBlock) in tryUnmergingGEPsAcrossIndirectBr()6583 if (I->getParent() != SrcBlock) { in tryUnmergingGEPsAcrossIndirectBr()6601 if (UI->getParent() == SrcBlock) in tryUnmergingGEPsAcrossIndirectBr()6650 return cast<Instruction>(Usr)->getParent() != SrcBlock; in tryUnmergingGEPsAcrossIndirectBr()
731 const BasicBlock *SrcBlock = Src->getParent(); in establishNestingLevels() local733 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels()735 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels()
3062 BasicBlock *SrcBlock = I->getParent(); in TryToSinkInstruction() local3103 if (DII->getParent() == SrcBlock) { in TryToSinkInstruction()