Searched refs:MBFIDOTGraphTraitsBase (Results  1 – 3 of 3) sorted by relevance
| /external/llvm/lib/CodeGen/ | 
| D | MachineBlockFrequencyInfo.cpp | 83     MBFIDOTGraphTraitsBase;  typedef 86     : public MBFIDOTGraphTraitsBase { 88       : MBFIDOTGraphTraitsBase(isSimple) {}  in DOTGraphTraits() 92     return MBFIDOTGraphTraitsBase::getNodeLabel(  in getNodeLabel() 98     return MBFIDOTGraphTraitsBase::getNodeAttributes(Node, Graph,  in getNodeAttributes() 104     return MBFIDOTGraphTraitsBase::getEdgeAttributes(  in getEdgeAttributes()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | MachineBlockFrequencyInfo.cpp | 112 using MBFIDOTGraphTraitsBase =  typedef 118     : public MBFIDOTGraphTraitsBase { 123       : MBFIDOTGraphTraitsBase(isSimple) {}  in DOTGraphTraits() 143     return MBFIDOTGraphTraitsBase::getNodeLabel(Node, Graph, getGVDT(),  in getNodeLabel() 149     return MBFIDOTGraphTraitsBase::getNodeAttributes(Node, Graph,  in getNodeAttributes() 155     return MBFIDOTGraphTraitsBase::getEdgeAttributes(  in getEdgeAttributes()
  | 
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ | 
| D | MachineBlockFrequencyInfo.cpp | 114 using MBFIDOTGraphTraitsBase =  typedef 120     : public MBFIDOTGraphTraitsBase { 125       : MBFIDOTGraphTraitsBase(isSimple) {}  in DOTGraphTraits() 145     return MBFIDOTGraphTraitsBase::getNodeLabel(Node, Graph, getGVDT(),  in getNodeLabel() 151     return MBFIDOTGraphTraitsBase::getNodeAttributes(Node, Graph,  in getNodeAttributes() 157     return MBFIDOTGraphTraitsBase::getEdgeAttributes(  in getEdgeAttributes()
  |