Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h830 bool UseVariableInfo = true);
837 bool UseVariableInfo = true) {
839 return isSafeToSpeculativelyExecute(I, &*CtxI, AC, DT, TLI, UseVariableInfo);
870 const TargetLibraryInfo *TLI = nullptr, bool UseVariableInfo = true);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6817 bool UseVariableInfo) { in isSafeToSpeculativelyExecute() argument
6819 AC, DT, TLI, UseVariableInfo); in isSafeToSpeculativelyExecute()
6825 bool UseVariableInfo) { in isSafeToSpeculativelyExecuteWithOpcode() argument
6877 if (!UseVariableInfo) in isSafeToSpeculativelyExecuteWithOpcode()