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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasAnalysis.h 189 /// isMustAlias - A convenience wrapper.
190 bool isMustAlias(const Location &LocA, const Location &LocB) {
194 /// isMustAlias - A convenience wrapper.
195 bool isMustAlias(const Value *V1, const Value *V2) {
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 223 bool isMustAlias(const MemoryLocation &LocA, const MemoryLocation &LocB) {
227 /// A convenience wrapper around the \c isMustAlias helper interface.
228 bool isMustAlias(const Value *V1, const Value *V2) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
AliasAnalysis.h 361 bool isMustAlias(const MemoryLocation &LocA, const MemoryLocation &LocB) {
365 /// A convenience wrapper around the \c isMustAlias helper interface.
366 bool isMustAlias(const Value *V1, const Value *V2) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 182 /// isMustAlias - Test if this is an Order dependence that is marked
185 bool isMustAlias() const {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleDAG.h 72 /// isMustAlias - True if both sides of the dependence are known to
74 bool isMustAlias : 1;
96 bool isNormalMemory = false, bool isMustAlias = false,
106 assert(!isMustAlias && "isMustAlias only applies with SDep::Order!");
113 Contents.Order.isMustAlias = isMustAlias;
129 Contents.Order.isMustAlias == Other.Contents.Order.isMustAlias &&
180 /// isMustAlias - Test if this is an Order dependence that is marke
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ScheduleDAG.h 187 bool isMustAlias() const {

Completed in 423 milliseconds