Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h571 bool isSpeculatable() const { in isSpeculatable() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp2889 Assert(Callee && Callee->isSpeculatable(), in visitCallBase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4114 return Callee && Callee->isSpeculatable(); in isSafeToSpeculativelyExecute()