Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp341 auto ContextSplit = CallerContext.rsplit(" @ "); in getCallerContext() local
342 StringRef CallerFrameStr = ContextSplit.second.size() == 0 in getCallerContext()
343 ? ContextSplit.first in getCallerContext()
344 : ContextSplit.second; in getCallerContext()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp472 auto ContextSplit = SampleContext::splitContextString(ContextRemain); in getOrCreateContextPath() local
473 ChildContext = ContextSplit.first; in getOrCreateContextPath()
474 ContextRemain = ContextSplit.second; in getOrCreateContextPath()