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

  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 73 SmallSet<int, 16> &ProtectedObjs,
168 SmallSet<int, 16> &ProtectedObjs,
177 ProtectedObjs.insert(i);
196 SmallSet<int, 16> ProtectedObjs;
228 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown,
230 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown,
232 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown,
243 if (ProtectedObjs.count(i))
PrologEpilogInserter.cpp 686 SmallSet<int, 16> &ProtectedObjs,
694 ProtectedObjs.insert(i);
825 SmallSet<int, 16> ProtectedObjs;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 84 SmallSet<int, 16> &ProtectedObjs,
177 SmallSet<int, 16> &ProtectedObjs,
185 ProtectedObjs.insert(i);
202 SmallSet<int, 16> ProtectedObjs;
234 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown,
236 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown,
238 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown,
249 if (ProtectedObjs.count(i))
PrologEpilogInserter.cpp 679 SmallSet<int, 16> &ProtectedObjs,
687 ProtectedObjs.insert(i);
819 SmallSet<int, 16> ProtectedObjs;
859 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown
    [all...]

Completed in 372 milliseconds