HomeSort by relevance Sort by last modified time
    Searched refs:mayAlias (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 77 virtual bool mayAlias(const MachineFrameInfo *) const;
97 bool mayAlias(const MachineFrameInfo *) const override;
111 bool mayAlias(const MachineFrameInfo *) const override;
  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 52 bool PseudoSourceValue::mayAlias(const MachineFrameInfo *) const {
67 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const {
89 bool CallEntryPseudoSourceValue::mayAlias(const MachineFrameInfo *) const {
ScheduleDAGInstrs.cpp 153 bool MayAlias = PSV->mayAlias(MFI);
154 Objects.push_back(UnderlyingObjectsVector::value_type(PSV, MayAlias));
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp 843 static bool mayAlias(MachineInstr *MIa, MachineInstr *MIb,
856 static bool mayAlias(MachineInstr *MIa,
860 if (mayAlias(MIa, MIb, TII))
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 897 milliseconds