Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp4850 auto UpdateCalls = [&](ContextNode *Node, in assignFunctions() local
4852 auto &&UpdateCalls) { in assignFunctions() argument
4858 UpdateCalls(Clone, Visited, UpdateCalls); in assignFunctions()
4861 UpdateCalls(Edge->Caller, Visited, UpdateCalls); in assignFunctions()
4915 UpdateCalls(Entry.second, Visited, UpdateCalls); in assignFunctions()