OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getInstructionFromIndex
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h
76
/// MI = Indexes->
getInstructionFromIndex
(RegMaskSlot[N]);
189
MachineInstr*
getInstructionFromIndex
(SlotIndex index) const {
190
return Indexes->
getInstructionFromIndex
(index);
SlotIndexes.h
423
MachineInstr*
getInstructionFromIndex
(SlotIndex index) const {
507
if (MachineInstr *MI =
getInstructionFromIndex
(index))
Completed in 62 milliseconds