Home
last modified time | relevance | path

Searched refs:IdFrom (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModuleSummaryIndex.cpp576 auto Draw = [&](GlobalValue::GUID IdFrom, GlobalValue::GUID IdTo, int Hotness) { in exportToDot() argument
578 CrossModuleEdges.push_back({ModId, Hotness, IdFrom, IdTo}); in exportToDot()
581 DrawEdge(" ", ModId, IdFrom, ModId, IdTo, Hotness); in exportToDot()