Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDMemoryDependenceAnalysis.h135 static MemDepResult getClobber(Instruction *Inst) { in getClobber() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDStmt.cpp413 StringRef AsmStmt::getClobber(unsigned i) const { in getClobber() function in AsmStmt
436 StringRef GCCAsmStmt::getClobber(unsigned i) const { in getClobber() function in GCCAsmStmt
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h3197 StringRef getClobber(unsigned i) const { return getClobbers()[i]; } in getClobber() function