Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDPseudoSourceValue.cpp97 bool PseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias() function in PseudoSourceValue
115 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const { in mayAlias() function in FixedStackPseudoSourceValue
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsMachineFunction.cpp49 bool MipsCallEntry::mayAlias(const MachineFrameInfo *) const { in mayAlias() function in MipsCallEntry
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64LoadStoreOptimizer.cpp487 static bool mayAlias(MachineInstr *MIa, MachineInstr *MIb, in mayAlias() function
500 static bool mayAlias(MachineInstr *MIa, in mayAlias() function
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExpr.cpp2712 bool mayAlias = rec->hasAttr<MayAliasAttr>(); in EmitLValueForField() local