Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h136 static MemDepResult getClobber(Instruction *Inst) { in getClobber() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp473 StringRef AsmStmt::getClobber(unsigned i) const { in getClobber() function in AsmStmt
496 StringRef GCCAsmStmt::getClobber(unsigned i) const { in getClobber() function in GCCAsmStmt
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h3277 StringRef getClobber(unsigned i) const { return getClobbers()[i]; } in getClobber() function