Home
last modified time | relevance | path

Searched defs:DataFlowGraph (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRDFGraph.h644 struct DataFlowGraph { struct
650 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 …]
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRDFGraph.cpp649 DataFlowGraph::DataFlowGraph(MachineFunction &mf, const TargetInstrInfo &tii, in DataFlowGraph() function in DataFlowGraph