Lines Matching defs:Owner
803 Use DataFlowGraph::newUse(Instr Owner, MachineOperand &Op, uint16_t Flags) {
809 PhiUse DataFlowGraph::newPhiUse(Phi Owner, RegisterRef RR, Block PredB,
818 Def DataFlowGraph::newDef(Instr Owner, MachineOperand &Op, uint16_t Flags) {
824 Def DataFlowGraph::newDef(Instr Owner, RegisterRef RR, uint16_t Flags) {
831 Phi DataFlowGraph::newPhi(Block Owner) {
833 Owner.Addr->addPhi(PA, *this);
837 Stmt DataFlowGraph::newStmt(Block Owner, MachineInstr *MI) {
840 Owner.Addr->addMember(SA, *this);
844 Block DataFlowGraph::newBlock(Func Owner, MachineBasicBlock *BB) {
847 Owner.Addr->addMember(BA, *this);