Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DSampleContextTracker.cpp465 StringRef ContextRemain = Context; in getOrCreateContextPath() local
470 while (ContextNode && !ContextRemain.empty()) { in getOrCreateContextPath()
471 auto ContextSplit = SampleContext::splitContextString(ContextRemain); in getOrCreateContextPath()
473 ContextRemain = ContextSplit.second; in getOrCreateContextPath()