Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp97 bool PseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias() function in PseudoSourceValue
119 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias() function in FixedStackPseudoSourceValue
/external/llvm/lib/Target/Mips/
DMipsMachineFunction.cpp48 bool MipsCallEntry::mayAlias(const MachineFrameInfo *) const { in mayAlias() function in MipsCallEntry
/external/clang/lib/CodeGen/
DCGExpr.cpp2551 bool mayAlias = rec->hasAttr<MayAliasAttr>(); in EmitLValueForField() local