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
194
SlotIndex
getMBBStartIdx
(const MachineBasicBlock *mbb) const {
195
return Indexes->
getMBBStartIdx
(mbb);
205
return li.liveAt(
getMBBStartIdx
(mbb));
SlotIndexes.h
448
return
getMBBStartIdx
(MBB);
486
SlotIndex
getMBBStartIdx
(unsigned Num) const {
491
SlotIndex
getMBBStartIdx
(const MachineBasicBlock *mbb) const {
652
endEntry =
getMBBStartIdx
(nextMBB).listEntry();
Completed in 1953 milliseconds