Searched refs:SrcBlock (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp697 const CFGBlock *SrcBlock = BE.getSrc(); local
699 CFGTerminator T = SrcBlock->getTerminator();
703 assert(SrcBlock->succ_size() == 2);
705 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0;
710 // in SrcBlock is the value of the enclosing expression.
712 assert(!SrcBlock->empty());
713 CFGStmt Elem = SrcBlock->rbegin()->castAs<CFGStmt>();
791 const CFGBlock *SrcBlock = nullptr; local
805 SrcBlock = PP.castAs<BlockEdge>().getSrc();
810 assert(SrcBlock
[all...]
H A DBugReporterVisitors.cpp2163 const CFGBlock *SrcBlock = BE->getSrc(); local
2164 if (const Stmt *Term = SrcBlock->getTerminatorStmt()) {
2174 return VisitTerminator(Term, N, SrcBlock, BE->getDst(), BR, BRC);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp277 bool isTgtHotterThanSrc(MachineBasicBlock *SrcBlock,
1472 MachineBasicBlock *SrcBlock = MI->getParent(); local
1477 isTgtHotterThanSrc(SrcBlock, Preheader)) {
1577 bool MachineLICMBase::isTgtHotterThanSrc(MachineBasicBlock *SrcBlock, argument
1580 uint64_t SrcBF = MBFI->getBlockFreq(SrcBlock).getFrequency();
H A DCodeGenPrepare.cpp6901 // SrcBlock:
6923 // SrcBlock:
6952 BasicBlock *SrcBlock = GEPI->getParent(); local
6953 // Check that SrcBlock ends with an IndirectBr. If not, give up. The common
6955 if (!isa<IndirectBrInst>(SrcBlock->getTerminator()))
6966 // Check that GEPIOp is an instruction that's also defined in SrcBlock.
6970 if (GEPIOpI->getParent() != SrcBlock)
6976 if (I->getParent() != SrcBlock) {
6994 if (UI->getParent() == SrcBlock)
7040 // After unmerging, verify that GEPIOp is actually only used in SrcBlock (no
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp744 const BasicBlock *SrcBlock = Src->getParent(); local
746 unsigned SrcLevel = LI->getLoopDepth(SrcBlock);
748 const Loop *SrcLoop = LI->getLoopFor(SrcBlock);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3179 BasicBlock *SrcBlock = I->getParent(); local
3223 if (DII->getParent() == SrcBlock) {

Completed in 161 milliseconds