Home
last modified time | relevance | path

Searched defs:mayAlias (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp103 bool PseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias() function in PseudoSourceValue
125 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias() function in FixedStackPseudoSourceValue
/external/clang/lib/CodeGen/
DCGExpr.cpp1830 bool mayAlias = rec->hasAttr<MayAliasAttr>(); in EmitLValueForField() local