reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/IRBuilder.h
 1674     return Insert(new FenceInst(Context, Ordering, SSID), Name);
lib/AsmParser/LLParser.cpp
 7175   Inst = new FenceInst(Context, Ordering, SSID);
lib/Bitcode/Reader/BitcodeReader.cpp
 4984       I = new FenceInst(Context, Ordering, SSID);
lib/IR/Instructions.cpp
 4169   return new FenceInst(getContext(), getOrdering(), getSyncScopeID());