Searched refs:IdFrom (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 275 auto Draw = [&](GlobalValue::GUID IdFrom, GlobalValue::GUID IdTo, int Hotness) { in exportToDot() argument 277 CrossModuleEdges.push_back({ModId, Hotness, IdFrom, IdTo}); in exportToDot() 280 DrawEdge(" ", ModId, IdFrom, ModId, IdTo, Hotness); in exportToDot()
|