Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h109 static MemDepResult getClobber(Instruction *Inst) { in getClobber() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp362 StringRef AsmStmt::getClobber(unsigned i) const { in getClobber() function in AsmStmt
385 StringRef GCCAsmStmt::getClobber(unsigned i) const { in getClobber() function in GCCAsmStmt
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h1803 StringRef getClobber(unsigned i) const { return getClobbers()[i]; } in getClobber() function