Home
last modified time | relevance | path

Searched defs:setVolatile (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h236 void setVolatile(bool V) { in setVolatile() function
365 void setVolatile(bool V) { in setVolatile() function
DIntrinsicInst.h577 void setVolatile(Constant *V) { setArgOperand(ARG_VOLATILE, V); } in setVolatile() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp368 void setVolatile(bool V) { Volatile = V; } in setVolatile() function in __anon7f525d5e0111::InstructionUseExpr