OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParentMI
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineOperand.h
146
///
ParentMI
- This is the instruction that this operand is embedded into.
148
MachineInstr *
ParentMI
;
181
: OpKind(K), SubReg_TargetFlags(0),
ParentMI
(0) {}
204
MachineInstr *getParent() { return
ParentMI
; }
205
const MachineInstr *getParent() const { return
ParentMI
; }
209
/// The MachineOperand copy constructor also copies
ParentMI
, expecting the
215
void clearParent() {
ParentMI
= 0; }
/external/llvm/lib/CodeGen/
MachineInstr.cpp
683
NewMO->
ParentMI
= this;
[
all
...]
Completed in 36 milliseconds