HomeSort by relevance Sort by last modified time
    Searched refs:Undefs (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 468 /// location of such "undefs" should be provided in @p Undefs.
478 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs,
589 bool isUndefIn(ArrayRef<SlotIndex> Undefs, SlotIndex Begin,
591 return std::any_of(Undefs.begin(), Undefs.end(),
772 void computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs,
    [all...]
LiveIntervalAnalysis.h 165 /// of the existing defs in \p LR and points in \p Undefs.
172 /// \p Undefs, the live range will not be extended to that point.
176 ArrayRef<SlotIndex> Undefs);
179 extendToIndices(LR, Indices, /*Undefs=*/{});
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LiveInterval.h 474 /// location of such "undefs" should be provided in @p Undefs.
484 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs,
595 bool isUndefIn(ArrayRef<SlotIndex> Undefs, SlotIndex Begin,
597 return std::any_of(Undefs.begin(), Undefs.end(),
778 void computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs,
    [all...]
LiveIntervalAnalysis.h 169 /// of the existing defs in \p LR and points in \p Undefs.
176 /// \p Undefs, the live range will not be extended to that point.
180 ArrayRef<SlotIndex> Undefs);
183 extendToIndices(LR, Indices, /*Undefs=*/{});
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LiveInterval.h 474 /// location of such "undefs" should be provided in @p Undefs.
484 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs,
595 bool isUndefIn(ArrayRef<SlotIndex> Undefs, SlotIndex Begin,
597 return std::any_of(Undefs.begin(), Undefs.end(),
778 void computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs,
    [all...]
LiveIntervalAnalysis.h 169 /// of the existing defs in \p LR and points in \p Undefs.
176 /// \p Undefs, the live range will not be extended to that point.
180 ArrayRef<SlotIndex> Undefs);
183 extendToIndices(LR, Indices, /*Undefs=*/{});
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LiveInterval.h 474 /// location of such "undefs" should be provided in @p Undefs.
484 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs,
595 bool isUndefIn(ArrayRef<SlotIndex> Undefs, SlotIndex Begin,
597 return std::any_of(Undefs.begin(), Undefs.end(),
778 void computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs,
    [all...]
LiveIntervalAnalysis.h 169 /// of the existing defs in \p LR and points in \p Undefs.
176 /// \p Undefs, the live range will not be extended to that point.
180 ArrayRef<SlotIndex> Undefs);
183 extendToIndices(LR, Indices, /*Undefs=*/{});
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LiveInterval.h 474 /// location of such "undefs" should be provided in @p Undefs.
484 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs,
595 bool isUndefIn(ArrayRef<SlotIndex> Undefs, SlotIndex Begin,
597 return std::any_of(Undefs.begin(), Undefs.end(),
778 void computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs,
    [all...]
LiveIntervalAnalysis.h 169 /// of the existing defs in \p LR and points in \p Undefs.
176 /// \p Undefs, the live range will not be extended to that point.
180 ArrayRef<SlotIndex> Undefs);
183 extendToIndices(LR, Indices, /*Undefs=*/{});
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LiveInterval.h 474 /// location of such "undefs" should be provided in @p Undefs.
484 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs,
595 bool isUndefIn(ArrayRef<SlotIndex> Undefs, SlotIndex Begin,
597 return std::any_of(Undefs.begin(), Undefs.end(),
778 void computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs,
    [all...]
LiveIntervalAnalysis.h 169 /// of the existing defs in \p LR and points in \p Undefs.
176 /// \p Undefs, the live range will not be extended to that point.
180 ArrayRef<SlotIndex> Undefs);
183 extendToIndices(LR, Indices, /*Undefs=*/{});
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LiveInterval.h 474 /// location of such "undefs" should be provided in @p Undefs.
484 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs,
595 bool isUndefIn(ArrayRef<SlotIndex> Undefs, SlotIndex Begin,
597 return std::any_of(Undefs.begin(), Undefs.end(),
778 void computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs,
    [all...]
LiveIntervalAnalysis.h 169 /// of the existing defs in \p LR and points in \p Undefs.
176 /// \p Undefs, the live range will not be extended to that point.
180 ArrayRef<SlotIndex> Undefs);
183 extendToIndices(LR, Indices, /*Undefs=*/{});
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 468 /// location of such "undefs" should be provided in @p Undefs.
478 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs,
589 bool isUndefIn(ArrayRef<SlotIndex> Undefs, SlotIndex Begin,
591 return std::any_of(Undefs.begin(), Undefs.end(),
772 void computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs,
    [all...]
LiveIntervalAnalysis.h 165 /// of the existing defs in \p LR and points in \p Undefs.
172 /// \p Undefs, the live range will not be extended to that point.
176 ArrayRef<SlotIndex> Undefs);
179 extendToIndices(LR, Indices, /*Undefs=*/{});
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveInterval.h 474 /// location of such "undefs" should be provided in @p Undefs.
484 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs,
595 bool isUndefIn(ArrayRef<SlotIndex> Undefs, SlotIndex Begin,
597 return std::any_of(Undefs.begin(), Undefs.end(),
778 void computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs,
    [all...]
LiveIntervalAnalysis.h 169 /// of the existing defs in \p LR and points in \p Undefs.
176 /// \p Undefs, the live range will not be extended to that point.
180 ArrayRef<SlotIndex> Undefs);
183 extendToIndices(LR, Indices, /*Undefs=*/{});
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LiveInterval.h 474 /// location of such "undefs" should be provided in @p Undefs.
484 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs,
595 bool isUndefIn(ArrayRef<SlotIndex> Undefs, SlotIndex Begin,
597 return std::any_of(Undefs.begin(), Undefs.end(),
778 void computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs,
    [all...]
LiveIntervalAnalysis.h 169 /// of the existing defs in \p LR and points in \p Undefs.
176 /// \p Undefs, the live range will not be extended to that point.
180 ArrayRef<SlotIndex> Undefs);
183 extendToIndices(LR, Indices, /*Undefs=*/{});
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveInterval.h 474 /// location of such "undefs" should be provided in @p Undefs.
484 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs,
595 bool isUndefIn(ArrayRef<SlotIndex> Undefs, SlotIndex Begin,
597 return std::any_of(Undefs.begin(), Undefs.end(),
778 void computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveInterval.h 474 /// location of such "undefs" should be provided in @p Undefs.
484 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs,
595 bool isUndefIn(ArrayRef<SlotIndex> Undefs, SlotIndex Begin,
597 return std::any_of(Undefs.begin(), Undefs.end(),
778 void computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveInterval.h 474 /// location of such "undefs" should be provided in @p Undefs.
484 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs,
595 bool isUndefIn(ArrayRef<SlotIndex> Undefs, SlotIndex Begin,
597 return std::any_of(Undefs.begin(), Undefs.end(),
778 void computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveInterval.h 474 /// location of such "undefs" should be provided in @p Undefs.
484 std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs,
595 bool isUndefIn(ArrayRef<SlotIndex> Undefs, SlotIndex Begin,
597 return std::any_of(Undefs.begin(), Undefs.end(),
778 void computeSubRangeUndefs(SmallVectorImpl<SlotIndex> &Undefs,
    [all...]
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 139 const std::vector<const char *> &undefs = Mod->getAsmUndefinedRefs(); local
140 for (int i = 0, e = undefs.size(); i != e; ++i)
141 AsmUndefinedRefs[undefs[i]] = 1;
158 const std::vector<const char*> &Undefs = Mod->getAsmUndefinedRefs();
159 for (int I = 0, E = Undefs.size(); I != E; ++I)
160 AsmUndefinedRefs[Undefs[I]] = 1;

Completed in 336 milliseconds

1 2