Home
last modified time | relevance | path

Searched refs:SrcBlock (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp661 const CFGBlock *SrcBlock = BE.getSrc(); in VisitLogicalExpr() local
663 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() local
769 SrcBlock = PP.castAs<BlockEdge>().getSrc(); in VisitGuardedExpr()
774 assert(SrcBlock && "missing function entry"); in VisitGuardedExpr()
781 for (CFGElement CE : llvm::reverse(*SrcBlock)) { in VisitGuardedExpr()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6559 BasicBlock *SrcBlock = GEPI->getParent(); in tryUnmergingGEPsAcrossIndirectBr() local
6562 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()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp731 const BasicBlock *SrcBlock = Src->getParent(); in establishNestingLevels() local
733 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels()
735 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3062 BasicBlock *SrcBlock = I->getParent(); in TryToSinkInstruction() local
3103 if (DII->getParent() == SrcBlock) { in TryToSinkInstruction()