Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp2123 SmallDenseMap<BasicBlock *, bool, 16> ColdPaths; in allPathsGoThroughCold() local
2124 ColdPaths[&F.front()] = false; in allPathsGoThroughCold()
2139 ColdPaths[BB] = true; in allPathsGoThroughCold()
2156 auto [Iter, Inserted] = ColdPaths.try_emplace(Succ, false); in allPathsGoThroughCold()