Searched refs:getClobber (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp212 return MemDepResult::getClobber(Inst);
232 return MemDepResult::getClobber(Inst);
239 return MemDepResult::getClobber(Inst);
407 return MemDepResult::getClobber(LI);
426 return MemDepResult::getClobber(Inst);
443 return MemDepResult::getClobber(Inst);
467 return MemDepResult::getClobber(SI);
488 return MemDepResult::getClobber(Inst);
507 return MemDepResult::getClobber(Inst);
525 return MemDepResult::getClobber(Ins
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h109 static MemDepResult getClobber(Instruction *Inst) { function in class:llvm::MemDepResult
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp343 StringRef AsmStmt::getClobber(unsigned i) const { function in class:AsmStmt
345 return gccAsmStmt->getClobber(i);
347 return msAsmStmt->getClobber(i);
361 StringRef GCCAsmStmt::getClobber(unsigned i) const { function in class:GCCAsmStmt
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1446 StringRef getClobber(unsigned i) const;
1658 StringRef getClobber(unsigned i) const;
1754 StringRef getClobber(unsigned i) const { return getClobbers()[i]; } function in class:clang::MSAsmStmt
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp1683 StringRef Clobber = S.getClobber(i);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp273 Writer.AddString(S->getClobber(I), Record);

Completed in 177 milliseconds