Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h215 void setVolatile(bool V) { setSubclassData<VolatileField>(V); } in setVolatile() function
343 void setVolatile(bool V) { setSubclassData<VolatileField>(V); } in setVolatile() function
H A DIntrinsicInst.h863 void setVolatile(Constant *V) { setArgOperand(ARG_VOLATILE, V); } in setVolatile() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h596 void setVolatile(bool flag) { in setVolatile() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp370 void setVolatile(bool V) { Volatile = V; } in setVolatile() function in __anonf9347de70111::InstructionUseExpr
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2851 void setVolatile(bool V) { IsVolatile = V; } in setVolatile() function