Home
last modified time | relevance | path

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

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