Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDInstructions.h206 void setVolatile(bool V) { setSubclassData<VolatileField>(V); } in setVolatile() function
324 void setVolatile(bool V) { setSubclassData<VolatileField>(V); } in setVolatile() function
HDIntrinsicInst.h1206 void setVolatile(Constant *V) { setArgOperand(ARG_VOLATILE, V); } in setVolatile() function
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDGVNSink.cpp396 void setVolatile(bool V) { Volatile = V; } in setVolatile() function in __anon1181f2120111::InstructionUseExpr
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h3142 void setVolatile(bool V) { IsVolatile = V; } in setVolatile() function