Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h217 void setVolatile(bool V) { setSubclassData<VolatileField>(V); } in setVolatile() function
348 void setVolatile(bool V) { setSubclassData<VolatileField>(V); } in setVolatile() function
H A DIntrinsicInst.h1161 void setVolatile(Constant *V) { setArgOperand(ARG_VOLATILE, V); } in setVolatile() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp363 void setVolatile(bool V) { Volatile = V; } in setVolatile() function in __anonfc676f7b0111::InstructionUseExpr
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h631 void setVolatile(bool flag) { in setVolatile() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3135 void setVolatile(bool V) { IsVolatile = V; } in setVolatile() function