Searched refs:BFIDOTGTraitsBase (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | BlockFrequencyInfo.cpp | 85 BFIDOTGTraitsBase; typedef 88 struct DOTGraphTraits<BlockFrequencyInfo *> : public BFIDOTGTraitsBase { 90 : BFIDOTGTraitsBase(isSimple) {} in DOTGraphTraits() 95 return BFIDOTGTraitsBase::getNodeLabel(Node, Graph, in getNodeLabel() 101 return BFIDOTGTraitsBase::getNodeAttributes(Node, Graph, in getNodeAttributes() 107 return BFIDOTGTraitsBase::getEdgeAttributes(Node, EI, BFI, BFI->getBPI(), in getEdgeAttributes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | BlockFrequencyInfo.cpp | 123 using BFIDOTGTraitsBase = typedef 127 struct DOTGraphTraits<BlockFrequencyInfo *> : public BFIDOTGTraitsBase { 129 : BFIDOTGTraitsBase(isSimple) {} in DOTGraphTraits() 134 return BFIDOTGTraitsBase::getNodeLabel(Node, Graph, getGVDT()); in getNodeLabel() 139 return BFIDOTGTraitsBase::getNodeAttributes(Node, Graph, in getNodeAttributes() 145 return BFIDOTGTraitsBase::getEdgeAttributes(Node, EI, BFI, BFI->getBPI(), in getEdgeAttributes()
|