HomeSort by relevance Sort by last modified time
    Searched refs:mayAlias (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 46 /// mayAlias - Return true if the memory pointed to by this
48 virtual bool mayAlias(const MachineFrameInfo *) const;
104 virtual bool mayAlias(const MachineFrameInfo *) const;
  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 101 bool PseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const {
123 bool FixedStackPseudoSourceValue::mayAlias(const MachineFrameInfo *MFI) const {
ScheduleDAGInstrs.cpp 107 bool &MayAlias) {
108 MayAlias = true;
126 MayAlias = PSV->mayAlias(MFI);
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 325 milliseconds