Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h792 bool isSafeToSpeculativelyExecuteWithOpcode(
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp130 return isSafeToSpeculativelyExecuteWithOpcode(*Opc, &VPI); in maySpeculateLanes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp847 SafeToSpeculate = isSafeToSpeculativelyExecuteWithOpcode( in scalarizeVPIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6150 return isSafeToSpeculativelyExecuteWithOpcode(Inst->getOpcode(), Inst, CtxI, in isSafeToSpeculativelyExecute()
6154 bool llvm::isSafeToSpeculativelyExecuteWithOpcode( in isSafeToSpeculativelyExecuteWithOpcode() function in llvm