Home
last modified time | relevance | path

Searched defs:getClobber (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Analysis/
HDMemoryDependenceAnalysis.h109 static MemDepResult getClobber(Instruction *Inst) { in getClobber() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp368 StringRef AsmStmt::getClobber(unsigned i) const { in getClobber() function in AsmStmt
391 StringRef GCCAsmStmt::getClobber(unsigned i) const { in getClobber() function in GCCAsmStmt
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h1809 StringRef getClobber(unsigned i) const { return getClobbers()[i]; } in getClobber() function