Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h660 struct DataFlowGraph { struct
669 struct Config {
693 Func getFunc() const { return TheFunc; } in getFunc()
702 struct DefStack {
775 void build() { build(Config()); } in build()
781 PackedRegisterRef pack(RegisterRef RR) { in pack()
825 static bool IsDef(const Node BA) { in IsDef()
830 static bool IsUse(const Node BA) { in IsUse()
835 static bool IsPhi(const Node BA) { in IsPhi()
882 void removeFromOwner(Ref RA) { in removeFromOwner()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp637 DataFlowGraph::DataFlowGraph(MachineFunction &mf, const TargetInstrInfo &tii, in DataFlowGraph() function in llvm::rdf::DataFlowGraph
645 DataFlowGraph::DataFlowGraph(MachineFunction &mf, const TargetInstrInfo &tii, in DataFlowGraph() function in llvm::rdf::DataFlowGraph