Lines Matching defs:Owner
802 Use DataFlowGraph::newUse(Instr Owner, MachineOperand &Op, uint16_t Flags) {
808 PhiUse DataFlowGraph::newPhiUse(Phi Owner, RegisterRef RR, Block PredB,
817 Def DataFlowGraph::newDef(Instr Owner, MachineOperand &Op, uint16_t Flags) {
823 Def DataFlowGraph::newDef(Instr Owner, RegisterRef RR, uint16_t Flags) {
830 Phi DataFlowGraph::newPhi(Block Owner) {
832 Owner.Addr->addPhi(PA, *this);
836 Stmt DataFlowGraph::newStmt(Block Owner, MachineInstr *MI) {
839 Owner.Addr->addMember(SA, *this);
843 Block DataFlowGraph::newBlock(Func Owner, MachineBasicBlock *BB) {
846 Owner.Addr->addMember(BA, *this);