Searched refs:BBEnd (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.cpp | 117 unsigned BBEnd = InstNo; in collectMarkers() local 118 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd); in collectMarkers() 155 unsigned BBEnd = InstNo; in collectMarkers() local 156 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd); in collectMarkers() 209 unsigned BBStart, BBEnd; in calculateLiveIntervals() local 210 std::tie(BBStart, BBEnd) = BlockInstRange[BB]; in calculateLiveIntervals() 250 LiveRanges[AllocaNo].AddRange(Start[AllocaNo], BBEnd); in calculateLiveIntervals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVNSink.cpp | 607 unsigned sinkBB(BasicBlock *BBEnd); 611 void sinkLastInstruction(ArrayRef<BasicBlock *> Blocks, BasicBlock *BBEnd); 762 unsigned GVNSink::sinkBB(BasicBlock *BBEnd) { in sinkBB() argument 764 BBEnd->printAsOperand(dbgs()); dbgs() << "\n"); in sinkBB() 766 for (auto *B : predecessors(BBEnd)) { in sinkBB() 791 analyzeInitialPHIs(BBEnd, NeededPHIs, PHIContents); in sinkBB() 815 BasicBlock *InsertBB = BBEnd; in sinkBB() 818 BBEnd->printAsOperand(dbgs()); dbgs() << "\n"); in sinkBB() 819 InsertBB = SplitBlockPredecessors(BBEnd, C.Blocks, ".gvnsink.split"); in sinkBB() 834 BasicBlock *BBEnd) { in sinkLastInstruction() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNIterativeScheduler.cpp | 254 auto const BBEnd = Begin->getParent()->end(); in getRegionPressure() local 255 auto const BottomMI = End == BBEnd ? std::prev(End) : End; in getRegionPressure() 260 if (AfterBottomMI == BBEnd || in getRegionPressure() 282 auto const BBEnd = R.Begin->getParent()->end(); in getSchedulePressure() local 284 if (R.End != BBEnd) { in getSchedulePressure() 291 RPTracker.reset(*std::prev(BBEnd)); in getSchedulePressure()
|
D | R600EmitClauseMarkers.cpp | 197 MachineBasicBlock::iterator BBEnd) { in canClauseLocalKillFitInClause() argument 210 for (MachineBasicBlock::iterator UseI = Def; UseI != BBEnd; ++UseI) { in canClauseLocalKillFitInClause()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1552 auto *BBEnd = Blocks[0]->getTerminator()->getSuccessor(0); in sinkLastInstruction() local 1602 Op->getName() + ".sink", &BBEnd->front()); in sinkLastInstruction() 1612 I0->moveBefore(&*BBEnd->getFirstInsertionPt()); in sinkLastInstruction()
|