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

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

Completed in 79 milliseconds