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

/freebsd-9.3-release/contrib/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;
/freebsd-9.3-release/contrib/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.cpp157 MayAlias = PSV->mayAlias(MFI);
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsMachineFunction.h39 virtual bool mayAlias(const MachineFrameInfo *) const;
H A DMipsMachineFunction.cpp48 bool MipsCallEntry::mayAlias(const MachineFrameInfo *) const { function in class:MipsCallEntry
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp2503 bool mayAlias = rec->hasAttr<MayAliasAttr>(); local
2528 if (mayAlias)
2537 mayAlias = false;
2565 LV.setTBAABaseType(mayAlias ? getContext().CharTy : base.getTBAABaseType());
2566 LV.setTBAAOffset(mayAlias ? 0 : base.getTBAAOffset() +
2578 if (mayAlias && LV.getTBAAInfo())

Completed in 119 milliseconds