Searched defs:isClobber (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h126 /// isClobber - Return true if this MemDepResult represents a query that is
128 bool isClobber() const { return Value.getInt() == Clobber; } function in class:llvm::MemDepResult
/external/llvm/include/llvm/IR/
H A DInlineAsm.h99 isClobber // '~x' enumerator in enum:llvm::InlineAsm::ConstraintPrefix

Completed in 938 milliseconds