Searched defs:DataFlowGraph (Results 1 – 2 of 2) sorted by relevance
644 struct DataFlowGraph { struct650 template <typename T> T ptr(NodeId N) const { in ptr()661 MachineFunction &getMF() const { return MF; } in getMF()669 struct DefStack {740 PackedRegisterRef pack(RegisterRef RR) { in pack()743 PackedRegisterRef pack(RegisterRef RR) const { in pack()746 RegisterRef unpack(PackedRegisterRef PR) const { in unpack()781 static bool IsRef(const NodeAddr<NodeBase*> BA) { in IsRef()792 static bool IsDef(const NodeAddr<NodeBase*> BA) { in IsDef()797 static bool IsUse(const NodeAddr<NodeBase*> BA) { in IsUse()[all …]
649 DataFlowGraph::DataFlowGraph(MachineFunction &mf, const TargetInstrInfo &tii, in DataFlowGraph() function in DataFlowGraph