Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineLICM.cpp277 bool isTgtHotterThanSrc(MachineBasicBlock *SrcBlock,
1472 MachineBasicBlock *SrcBlock = MI->getParent(); in Hoist() local
1477 isTgtHotterThanSrc(SrcBlock, Preheader)) { in Hoist()
1577 bool MachineLICMBase::isTgtHotterThanSrc(MachineBasicBlock *SrcBlock, in isTgtHotterThanSrc() argument
1580 uint64_t SrcBF = MBFI->getBlockFreq(SrcBlock).getFrequency(); in isTgtHotterThanSrc()
DCodeGenPrepare.cpp6952 BasicBlock *SrcBlock = GEPI->getParent(); in tryUnmergingGEPsAcrossIndirectBr() local
6955 if (!isa<IndirectBrInst>(SrcBlock->getTerminator())) in tryUnmergingGEPsAcrossIndirectBr()
6970 if (GEPIOpI->getParent() != SrcBlock) in tryUnmergingGEPsAcrossIndirectBr()
6976 if (I->getParent() != SrcBlock) { in tryUnmergingGEPsAcrossIndirectBr()
6994 if (UI->getParent() == SrcBlock) in tryUnmergingGEPsAcrossIndirectBr()
7043 return cast<Instruction>(Usr)->getParent() != SrcBlock; in tryUnmergingGEPsAcrossIndirectBr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp744 const BasicBlock *SrcBlock = Src->getParent(); in establishNestingLevels() local
746 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels()
748 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3179 BasicBlock *SrcBlock = I->getParent(); in TryToSinkInstruction() local
3223 if (DII->getParent() == SrcBlock) { in TryToSinkInstruction()