Searched defs:isNoAlias (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DAliasAnalysis.h177 /// isNoAlias - A trivial helper function to check to see if the specified
179 bool isNoAlias(const Location &LocA, const Location &LocB) { function in class:llvm::AliasAnalysis
183 /// isNoAlias - A convenience wrapper.
184 bool isNoAlias(const Value *V1, uint64_t V1Size, function in class:llvm::AliasAnalysis
186 return isNoAlias(Location(V1, V1Size), Location(V2, V2Size));
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h206 bool isNoAlias(const MemoryLocation &LocA, const MemoryLocation &LocB) { function in class:llvm::AAResults
210 /// A convenience wrapper around the \c isNoAlias helper interface.
211 bool isNoAlias(const Value *V1, uint64_t V1Size, const Value *V2, function in class:llvm::AAResults
213 return isNoAlias(MemoryLocation(V1, V1Size), MemoryLocation(V2, V2Size));
216 /// A convenience wrapper around the \c isNoAlias helper interface.
217 bool isNoAlias(const Value *V1, const Value *V2) { function in class:llvm::AAResults
218 return isNoAlias(MemoryLocation(V1), MemoryLocation(V2));
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 113 milliseconds