Searched defs:DataFlowGraph (Results 1 – 2 of 2) sorted by relevance
645 struct DataFlowGraph { struct651 template <typename T> T ptr(NodeId N) const { in ptr()662 MachineFunction &getMF() const { return MF; } in getMF()670 struct DefStack {741 PackedRegisterRef pack(RegisterRef RR) { in pack()744 PackedRegisterRef pack(RegisterRef RR) const { in pack()747 RegisterRef unpack(PackedRegisterRef PR) const { in unpack()787 static bool IsRef(const NodeAddr<NodeBase*> BA) { in IsRef()798 static bool IsDef(const NodeAddr<NodeBase*> BA) { in IsDef()803 static bool IsUse(const NodeAddr<NodeBase*> BA) { in IsUse()[all …]
670 DataFlowGraph::DataFlowGraph(MachineFunction &mf, const TargetInstrInfo &tii, in DataFlowGraph() function in DataFlowGraph