HomeSort by relevance Sort by last modified time
    Searched defs:isAliased (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 46 bool PseudoSourceValue::isAliased(const MachineFrameInfo *) const {
61 bool FixedStackPseudoSourceValue::isAliased(const MachineFrameInfo *MFI) const {
85 bool CallEntryPseudoSourceValue::isAliased(const MachineFrameInfo *) const {
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 116 bool isAliased;
121 isSpillSlot(isSS), Alloca(Val), PreAllocated(false), isAliased(A) {}
513 bool isAliased = false);
529 return Objects[ObjectIdx+NumFixedObjects].isAliased;
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 537 bool isAliased(const MemoryLocation &Loc1, Instruction *Inst1,
    [all...]

Completed in 1122 milliseconds