Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h475 bool isSafeToSpeculativelyExecuteWithOpcode(
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp128 return isSafeToSpeculativelyExecuteWithOpcode(FunctionalOpc, &VPI); in maySpeculateLanes()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp4805 return isSafeToSpeculativelyExecuteWithOpcode(Inst->getOpcode(), Inst, CtxI, in isSafeToSpeculativelyExecute()
4809 bool llvm::isSafeToSpeculativelyExecuteWithOpcode( in isSafeToSpeculativelyExecuteWithOpcode() function in llvm