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
200
MachineInstr*
getInstructionFromIndex
(SlotIndex index) const {
201
return indexes_->
getInstructionFromIndex
(index);
SlotIndexes.h
501
MachineInstr*
getInstructionFromIndex
(SlotIndex index) const {
510
getInstructionFromIndex
(nextNonNull) == 0) {
585
if (MachineInstr *MI =
getInstructionFromIndex
(index))
Completed in 14 milliseconds