Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp901 static bool needsRuntimeHookUnconditionally(const Triple &TT) { in needsRuntimeHookUnconditionally() function
925 bool NeedsRuntimeHook = needsRuntimeHookUnconditionally(TT); in lower()