Searched defs:mayAlias (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp97 bool PseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { function in class:PseudoSourceValue
115 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { function in class:FixedStackPseudoSourceValue
/external/llvm/lib/Target/Mips/
H A DMipsMachineFunction.cpp49 bool MipsCallEntry::mayAlias(const MachineFrameInfo *) const { function in class:MipsCallEntry
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2699 bool mayAlias = rec->hasAttr<MayAliasAttr>(); local
2724 if (mayAlias)
2733 mayAlias = false;
2761 LV.setTBAABaseType(mayAlias ? getContext().CharTy : base.getTBAABaseType());
2762 LV.setTBAAOffset(mayAlias ? 0 : base.getTBAAOffset() +
2774 if (mayAlias && LV.getTBAAInfo())

Completed in 407 milliseconds