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

  /external/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/CodeGen/
ScheduleDAG.h 73 /// isMustAlias - True if both sides of the dependence are known to
75 bool isMustAlias : 1;
97 bool isNormalMemory = false, bool isMustAlias = false,
107 assert(!isMustAlias && "isMustAlias only applies with SDep::Order!");
114 Contents.Order.isMustAlias = isMustAlias;
130 Contents.Order.isMustAlias == Other.Contents.Order.isMustAlias &&
180 /// isMustAlias - Test if this is an Order dependence that is marke
    [all...]

Completed in 52 milliseconds