Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/IPO/
DSampleContextTracker.cpp425 auto ContextSplit = SampleContext::splitContextString(ContextRemain); in getOrCreateContextPath() local
426 ChildContext = ContextSplit.first; in getOrCreateContextPath()
427 ContextRemain = ContextSplit.second; in getOrCreateContextPath()
/external/llvm-project/llvm/tools/llvm-profgen/
DProfileGenerator.cpp277 auto ContextSplit = CallerContext.rsplit(" @ "); in getCallerContext() local
280 SampleContext::decodeContextString(ContextSplit.second, Funcname, in getCallerContext()