Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h108 static MemDepResult getClobber(Instruction *Inst) { in getClobber() function
/external/clang/lib/AST/
DStmt.cpp342 StringRef AsmStmt::getClobber(unsigned i) const { in getClobber() function in AsmStmt
360 StringRef GCCAsmStmt::getClobber(unsigned i) const { in getClobber() function in GCCAsmStmt
/external/clang/include/clang/AST/
DStmt.h1793 StringRef getClobber(unsigned i) const { return getClobbers()[i]; } in getClobber() function