Searched refs:mayAlias (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h46 /// mayAlias - Return true if the memory pointed to by this
48 virtual bool mayAlias(const MachineFrameInfo *) const;
100 virtual bool mayAlias(const MachineFrameInfo *) const;
/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp101 bool PseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { function in class:PseudoSourceValue
123 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { function in class:FixedStackPseudoSourceValue
H A DScheduleDAGInstrs.cpp155 MayAlias = PSV->mayAlias(MFI);
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2469 bool mayAlias = rec->hasAttr<MayAliasAttr>(); local
2494 if (mayAlias)
2502 mayAlias = false;
2530 LV.setTBAABaseType(mayAlias ? getContext().CharTy : base.getTBAABaseType());
2531 LV.setTBAAOffset(mayAlias ? 0 : base.getTBAAOffset() +
2543 if (mayAlias && LV.getTBAAInfo())

Completed in 370 milliseconds