HomeSort by relevance Sort by last modified time
    Searched defs:FenceInst (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
Instructions.h 379 // FenceInst Class
382 /// FenceInst - an instruction for ordering other memory operations
384 class FenceInst : public Instruction {
388 virtual FenceInst *clone_impl() const;
397 FenceInst(LLVMContext &C, AtomicOrdering Ordering,
400 FenceInst(LLVMContext &C, AtomicOrdering Ordering,
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 33 milliseconds