OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMBBRange
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/CodeGen/
LiveRangeCalc.cpp
116
std::tie(Start, End) = Indexes->
getMBBRange
(MBB);
214
std::tie(Start, End) = Indexes->
getMBBRange
(Pred);
249
std::tie(Start, End) = Indexes->
getMBBRange
(*I);
344
std::tie(Start, End) = Indexes->
getMBBRange
(MBB);
InterferenceCache.cpp
125
std::tie(Start, Stop) = Indexes->
getMBBRange
(MBBNum);
202
std::tie(Start, Stop) = Indexes->
getMBBRange
(MBBNum);
SplitKit.cpp
190
std::tie(Start, Stop) = LIS.getSlotIndexes()->
getMBBRange
(BI.MBB);
890
std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->
getMBBRange
(MBB);
[
all
...]
LiveIntervalAnalysis.cpp
474
std::tie(MBBStart, MBBEnd) = Indexes->
getMBBRange
(KillMBB);
501
std::tie(MBBStart, MBBEnd) = Indexes->
getMBBRange
(MBB);
[
all
...]
/external/llvm/include/llvm/CodeGen/
SlotIndexes.h
475
getMBBRange
(unsigned Num) const {
481
getMBBRange
(const MachineBasicBlock *MBB) const {
482
return
getMBBRange
(MBB->getNumber());
487
return
getMBBRange
(Num).first;
492
return
getMBBRange
(mbb).first;
497
return
getMBBRange
(Num).second;
502
return
getMBBRange
(mbb).second;
Completed in 190 milliseconds