Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DValueTracking.h483 bool isSafeToSpeculativelyExecuteWithOpcode(
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp127 return isSafeToSpeculativelyExecuteWithOpcode(FunctionalOpc, &VPI); in maySpeculateLanes()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp4696 return isSafeToSpeculativelyExecuteWithOpcode(Inst->getOpcode(), Inst, CtxI, in isSafeToSpeculativelyExecute()
4700 bool llvm::isSafeToSpeculativelyExecuteWithOpcode( in isSafeToSpeculativelyExecuteWithOpcode() function in llvm