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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp714 const CFGBlock *SrcBlock = BE.getSrc(); local
716 CFGTerminator T = SrcBlock->getTerminator();
720 assert(SrcBlock->succ_size() == 2);
722 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0;
727 // in SrcBlock is the value of the enclosing expression.
729 assert(!SrcBlock->empty());
730 CFGStmt Elem = SrcBlock->rbegin()->castAs<CFGStmt>();
808 const CFGBlock *SrcBlock = nullptr; local
822 SrcBlock = PP.castAs<BlockEdge>().getSrc();
827 assert(SrcBlock
[all...]
H A DBugReporterVisitors.cpp2289 const CFGBlock *SrcBlock = BE->getSrc(); local
2290 if (const Stmt *Term = SrcBlock->getTerminatorStmt()) {
2300 return VisitTerminator(Term, N, SrcBlock, BE->getDst(), BR, BRC);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp253 const auto &SrcBlock = Edge.first; local
256 !DstBlock.getLoop()->contains(SrcBlock.getLoop())) ||
259 SrcBlock.getSccNum() != DstBlock.getSccNum());
272 const auto &SrcBlock = Edge.first; local
274 return SrcBlock.belongsToSameLoop(DstBlock) &&
H A DDependenceAnalysis.cpp746 const BasicBlock *SrcBlock = Src->getParent(); local
748 unsigned SrcLevel = LI->getLoopDepth(SrcBlock);
750 const Loop *SrcLoop = LI->getLoopFor(SrcBlock);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLICM.cpp268 bool isTgtHotterThanSrc(MachineBasicBlock *SrcBlock,
1388 MachineBasicBlock *SrcBlock = MI->getParent(); local
1393 isTgtHotterThanSrc(SrcBlock, Preheader)) {
1494 bool MachineLICMBase::isTgtHotterThanSrc(MachineBasicBlock *SrcBlock, argument
1497 uint64_t SrcBF = MBFI->getBlockFreq(SrcBlock).getFrequency();
H A DCodeGenPrepare.cpp7541 // SrcBlock:
7563 // SrcBlock:
7592 BasicBlock *SrcBlock = GEPI->getParent(); local
7593 // Check that SrcBlock ends with an IndirectBr. If not, give up. The common
7595 if (!isa<IndirectBrInst>(SrcBlock->getTerminator()))
7607 // Check that GEPIOp is an instruction that's also defined in SrcBlock.
7611 if (GEPIOpI->getParent() != SrcBlock)
7617 if (I->getParent() != SrcBlock) {
7635 if (UI->getParent() == SrcBlock)
7683 // After unmerging, verify that GEPIOp is actually only used in SrcBlock (no
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp837 BasicBlock *SrcBlock = I.getParent();
839 BFI->getBlockFreq(SrcBlock).getFrequency()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3509 BasicBlock *SrcBlock = I->getParent(); local
3570 if (DVI->getParent() == SrcBlock)

Completed in 471 milliseconds