Searched refs:OrLocal (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAliasAnalysis.cpp89 bool OrLocal) {
91 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
97 OrLocal))
104 return AliasAnalysis::pointsToConstantMemory(Location(U), OrLocal);
88 pointsToConstantMemory(const Location &Loc, bool OrLocal) argument
H A DObjCARCAliasAnalysis.h62 bool pointsToConstantMemory(const Location &Loc, bool OrLocal) override;
/external/llvm/lib/Analysis/
H A DNoAliasAnalysis.cpp54 bool pointsToConstantMemory(const Location &Loc, bool OrLocal) override {
H A DAliasAnalysisCounter.cpp100 bool pointsToConstantMemory(const Location &Loc, bool OrLocal) override {
101 return getAnalysis<AliasAnalysis>().pointsToConstantMemory(Loc, OrLocal);
H A DAliasDebugger.cpp116 bool pointsToConstantMemory(const Location &Loc, bool OrLocal) override {
118 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
H A DTypeBasedAliasAnalysis.cpp303 bool pointsToConstantMemory(const Location &Loc, bool OrLocal) override;
471 bool OrLocal) {
473 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
476 if (!M) return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
484 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
470 pointsToConstantMemory(const Location &Loc, bool OrLocal) argument
H A DBasicAliasAnalysis.cpp491 bool pointsToConstantMemory(const Location &Loc, bool OrLocal) override;
601 BasicAliasAnalysis::pointsToConstantMemory(const Location &Loc, bool OrLocal) { argument
611 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
615 if (OrLocal && isa<AllocaInst>(V))
625 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
643 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
652 return AliasAnalysis::pointsToConstantMemory(Loc, OrLocal);
H A DAliasAnalysis.cpp58 bool OrLocal) {
60 return AA->pointsToConstantMemory(Loc, OrLocal);
57 pointsToConstantMemory(const Location &Loc, bool OrLocal) argument
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h213 /// known to be constant, return true. If OrLocal is true and the
217 bool OrLocal = false);
220 bool pointsToConstantMemory(const Value *P, bool OrLocal = false) {
221 return pointsToConstantMemory(Location(P), OrLocal);

Completed in 239 milliseconds