Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DSampleContextTracker.h48 bool AllowCreate = true);
121 bool AllowCreate);
/external/llvm-project/llvm/lib/Transforms/IPO/
DSampleContextTracker.cpp158 const LineLocation &CallSite, StringRef CalleeName, bool AllowCreate) { in getOrCreateChildContext() argument
167 if (!AllowCreate) in getOrCreateChildContext()
417 bool AllowCreate) { in getOrCreateContextPath() argument
433 if (AllowCreate) { in getOrCreateContextPath()
442 assert((!AllowCreate || ContextNode) && in getOrCreateContextPath()