OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMBBStartIdx
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h
205
SlotIndex
getMBBStartIdx
(const MachineBasicBlock *mbb) const {
206
return indexes_->
getMBBStartIdx
(mbb);
216
return li.liveAt(
getMBBStartIdx
(mbb));
221
return li.getLiveRangeContaining(
getMBBStartIdx
(mbb));
SlotIndexes.h
526
return
getMBBStartIdx
(MBB);
564
SlotIndex
getMBBStartIdx
(unsigned Num) const {
569
SlotIndex
getMBBStartIdx
(const MachineBasicBlock *mbb) const {
725
nextEntry = &
getMBBStartIdx
(nextMBB).entry();
Completed in 349 milliseconds