Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp576 const CFGBlock *SrcBlock = BE.getSrc(); in VisitLogicalExpr() local
578 CFGTerminator T = SrcBlock->getTerminator(); in VisitLogicalExpr()
582 assert(SrcBlock->succ_size() == 2); in VisitLogicalExpr()
584 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; in VisitLogicalExpr()
591 assert(!SrcBlock->empty()); in VisitLogicalExpr()
592 CFGStmt Elem = SrcBlock->rbegin()->castAs<CFGStmt>(); in VisitLogicalExpr()
680 const CFGBlock *SrcBlock = nullptr; in VisitGuardedExpr() local
690 SrcBlock = PP.castAs<BlockEdge>().getSrc(); in VisitGuardedExpr()
695 assert(SrcBlock && "missing function entry"); in VisitGuardedExpr()
702 for (CFGElement CE : llvm::reverse(*SrcBlock)) { in VisitGuardedExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6409 BasicBlock *SrcBlock = GEPI->getParent(); in tryUnmergingGEPsAcrossIndirectBr() local
6412 if (!isa<IndirectBrInst>(SrcBlock->getTerminator())) in tryUnmergingGEPsAcrossIndirectBr()
6427 if (GEPIOpI->getParent() != SrcBlock) in tryUnmergingGEPsAcrossIndirectBr()
6433 if (I->getParent() != SrcBlock) { in tryUnmergingGEPsAcrossIndirectBr()
6451 if (UI->getParent() == SrcBlock) in tryUnmergingGEPsAcrossIndirectBr()
6500 return cast<Instruction>(Usr)->getParent() != SrcBlock; in tryUnmergingGEPsAcrossIndirectBr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp724 const BasicBlock *SrcBlock = Src->getParent(); in establishNestingLevels() local
726 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels()
728 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp709 const BasicBlock *SrcBlock = Src->getParent(); in establishNestingLevels() local
711 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels()
713 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2901 BasicBlock *SrcBlock = I->getParent(); in TryToSinkInstruction() local
2940 if (DII->getParent() == SrcBlock) { in TryToSinkInstruction()