Home
last modified time | relevance | path

Searched refs:BBEnd (Results 1 – 4 of 4) 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/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()