OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getInstr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
SlotIndexes.h
46
MachineInstr*
getInstr
() const { return mi; }
424
return index.isValid() ? index.listEntry()->
getInstr
() : 0;
433
if (I->
getInstr
())
616
assert(miEntry->
getInstr
() == mi && "Instruction indexes broken.");
631
assert(miEntry->
getInstr
() == mi &&
ScheduleDAG.h
384
///
getInstr
- Return the representative MachineInstr for this SUnit.
386
MachineInstr *
getInstr
() const {
565
if (SU->isInstr()) return &SU->
getInstr
()->getDesc();
Completed in 53 milliseconds