Home
last modified time | relevance | path

Searched refs:BBEnd (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/
DSafeStackColoring.cpp104 unsigned BBEnd = InstNo; in collectMarkers() local
105 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd); in collectMarkers()
142 unsigned BBEnd = InstNo; in collectMarkers() local
143 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd); in collectMarkers()
194 unsigned BBStart, BBEnd; in calculateLiveIntervals() local
195 std::tie(BBStart, BBEnd) = BlockInstRange[BB]; in calculateLiveIntervals()
233 LiveRanges[AllocaNo].AddRange(Start[AllocaNo], BBEnd); in calculateLiveIntervals()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp119 unsigned BBEnd = InstNo; in collectMarkers() local
120 BlockInstRange[BB] = std::make_pair(BBStart, BBEnd); in collectMarkers()
157 unsigned BBEnd = InstNo; in collectMarkers() local
158 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp606 unsigned sinkBB(BasicBlock *BBEnd);
610 void sinkLastInstruction(ArrayRef<BasicBlock *> Blocks, BasicBlock *BBEnd);
752 unsigned GVNSink::sinkBB(BasicBlock *BBEnd) { in sinkBB() argument
754 BBEnd->printAsOperand(dbgs()); dbgs() << "\n"); in sinkBB()
756 for (auto *B : predecessors(BBEnd)) { in sinkBB()
781 analyzeInitialPHIs(BBEnd, NeededPHIs, PHIContents); in sinkBB()
808 BasicBlock *InsertBB = BBEnd; in sinkBB()
811 BBEnd->printAsOperand(dbgs()); dbgs() << "\n"); in sinkBB()
812 InsertBB = SplitBlockPredecessors(BBEnd, C.Blocks, ".gvnsink.split"); in sinkBB()
827 BasicBlock *BBEnd) { in sinkLastInstruction() argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNIterativeScheduler.cpp255 auto const BBEnd = Begin->getParent()->end(); in getRegionPressure() local
256 auto const BottomMI = End == BBEnd ? std::prev(End) : End; in getRegionPressure()
261 if (AfterBottomMI == BBEnd || in getRegionPressure()
283 auto const BBEnd = R.Begin->getParent()->end(); in getSchedulePressure() local
285 if (R.End != BBEnd) { in getSchedulePressure()
292 RPTracker.reset(*std::prev(BBEnd)); in getSchedulePressure()
DR600EmitClauseMarkers.cpp198 MachineBasicBlock::iterator BBEnd) { in canClauseLocalKillFitInClause() argument
211 for (MachineBasicBlock::iterator UseI = Def; UseI != BBEnd; ++UseI) { in canClauseLocalKillFitInClause()
/external/llvm/lib/Target/AMDGPU/
DR600EmitClauseMarkers.cpp186 MachineBasicBlock::iterator BBEnd) { in canClauseLocalKillFitInClause() argument
198 for (MachineBasicBlock::iterator UseI = Def; UseI != BBEnd; ++UseI) { in canClauseLocalKillFitInClause()
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp73 IteratorT BBEnd) { in buildExtractionBlockSet() argument
76 assert(BBBegin != BBEnd); in buildExtractionBlockSet()
88 } while (++BBBegin != BBEnd); in buildExtractionBlockSet()
DSimplifyCFG.cpp1329 BasicBlock *BBEnd = BI1->getSuccessor(0); in SinkThenElseCodeToEnd() local
1333 pred_iterator PI = pred_begin(BBEnd), PE = pred_end(BBEnd); in SinkThenElseCodeToEnd()
1348 for (BasicBlock::iterator I = BBEnd->begin(), E = BBEnd->end(); I != E; ++I) { in SinkThenElseCodeToEnd()
1455 DifferentOp1->getName() + ".sink", &BBEnd->front()); in SinkThenElseCodeToEnd()
1470 BBEnd->getInstList().splice(FirstNonPhiInBBEnd->getIterator(), in SinkThenElseCodeToEnd()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1512 auto *BBEnd = Blocks[0]->getTerminator()->getSuccessor(0); in sinkLastInstruction() local
1562 Op->getName() + ".sink", &BBEnd->front()); in sinkLastInstruction()
1572 I0->moveBefore(&*BBEnd->getFirstInsertionPt()); in sinkLastInstruction()