Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1797 Colour(DN.Colour), EdgesMap(DN.EdgesMap), Children(DN.Children),
1819 assert((EdgesMap.count(E) == 0 || Colour == CommonColour) && in addEdge()
1821 EdgesMap[E] = {Value.str(), Colour}; in addEdge()
1828 assert(EdgesMap.count(S) == 1 && "Expected to find edge."); in getEdgeColour()
1829 return EdgesMap.at(S).second; in getEdgeColour()
1843 std::map<const unsigned, std::pair<std::string, StringRef>> EdgesMap; member in __anon94a753662a11::DotCfgDiffNode
1979 StringMap<StringRef> EdgesMap; in DotCfgDiff() local
1994 EdgesMap.insert({Key, BeforeColour}); in DotCfgDiff()
2016 unsigned C = EdgesMap.count(Key); in DotCfgDiff()
2018 EdgesMap.insert({Key, AfterColour}); in DotCfgDiff()
[all …]