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

  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 157 typedef SmallPtrSet<const MachineInstr *, 16> SetOfInstructions;
159 const SetOfInstructions &getLOHRelated() const { return LOHRelated; }
194 SetOfInstructions LOHRelated;
AArch64AddressTypePromotion.cpp 102 typedef SmallPtrSet<Instruction *, 32> SetOfInstructions;
140 SetOfInstructions &ToRemove);
255 SetOfInstructions ToRemove;
377 SetOfInstructions &ToRemove) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 165 using SetOfInstructions = SmallPtrSet<const MachineInstr *, 16>;
167 const SetOfInstructions &getLOHRelated() const { return LOHRelated; }
202 SetOfInstructions LOHRelated;

Completed in 315 milliseconds