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.h548 const TargetLibraryInfo *TLI = nullptr, bool UseVariableInfo = true,
556 bool UseVariableInfo = true,
559 return isSafeToSpeculativelyExecute(I, &*CtxI, AC, DT, TLI, UseVariableInfo,
592 const TargetLibraryInfo *TLI = nullptr, bool UseVariableInfo = true,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6926 const DominatorTree *DT, const TargetLibraryInfo *TLI, bool UseVariableInfo, in isSafeToSpeculativelyExecute() argument
6929 AC, DT, TLI, UseVariableInfo, in isSafeToSpeculativelyExecute()
6936 bool UseVariableInfo, bool IgnoreUBImplyingAttrs) { in isSafeToSpeculativelyExecuteWithOpcode() argument
6988 if (!UseVariableInfo) in isSafeToSpeculativelyExecuteWithOpcode()