OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MBBEndIdx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp
736
SlotIndex
MBBEndIdx
= LIS->getMBBEndIdx(MBB).getPrevSlot();
737
LiveInterval::const_iterator I = LI.find(
MBBEndIdx
);
738
if (I != LI.end() && I->start <
MBBEndIdx
)
925
SlotIndex
MBBEndIdx
= LIS->getMBBEndIdx(MBB).getPrevSlot();
926
LiveInterval::const_iterator I = LI.find(
MBBEndIdx
);
927
if (I != LI.end() && I->start <
MBBEndIdx
)
LiveDebugVariables.cpp
1563
SlotIndex
MBBEndIdx
= LIS.getMBBEndIdx(&*MBB);
1565
StopIdx = (
MBBEndIdx
< StopIdx) ?
MBBEndIdx
: StopIdx;
Completed in 23 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026