HomeSort by relevance Sort by last modified time
    Searched defs:onlyReadsMemory (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 294 bool onlyReadsMemory(ImmutableCallSite CS) {
295 return onlyReadsMemory(getModRefBehavior(CS));
307 bool onlyReadsMemory(const Function *F) {
308 return onlyReadsMemory(getModRefBehavior(F));
313 static bool onlyReadsMemory(FunctionModRefBehavior MRB) {
    [all...]
  /external/llvm/include/llvm/IR/
CallSite.h 325 bool onlyReadsMemory() const {
326 CALLSITE_DELEGATE_GETTER(onlyReadsMemory());
433 bool onlyReadsMemory(unsigned OpNo) const {
Function.h 271 bool onlyReadsMemory() const {
402 bool onlyReadsMemory(unsigned n) const {
  /external/llvm/lib/IR/
Function.cpp 184 bool Argument::onlyReadsMemory() const {
    [all...]

Completed in 592 milliseconds