Searched defs:setVolatile (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Instructions.h | 217 void setVolatile(bool V) { setSubclassData<VolatileField>(V); } setVolatile() function |
H A D | IntrinsicInst.h | 1161 void setVolatile(Constant *V) { setArgOperand(ARG_VOLATILE, V); } setVolatile() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | GVNSink.cpp | 363 void setVolatile(bool V) { Volatile = V; } setVolatile() function in __anon75ccf7c50111::InstructionUseExpr |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGValue.h | 631 void setVolatile(bool flag) { setVolatile() function |