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.cpp3356 auto UpdateCalls = [&](ContextNode *Node, in assignFunctions() local
3358 auto &&UpdateCalls) { in assignFunctions() argument
3364 UpdateCalls(Clone, Visited, UpdateCalls); in assignFunctions()
3367 UpdateCalls(Edge->Caller, Visited, UpdateCalls); in assignFunctions()
3393 UpdateCalls(Entry.second, Visited, UpdateCalls); in assignFunctions()