HomeSort by: relevance | last modified time | path
    Searched defs:Subs (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CommandLine.h 286 SmallPtrSet<SubCommand *, 1> Subs; // The subcommands this option belongs to.
319 return any_of(Subs, [](const SubCommand *SC) {
337 void addSubCommand(SubCommand &S) { Subs.insert(&S); }
1894 if (!Subs.empty())
1896 Subs = AliasFor->Subs;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ModuloSchedule.cpp 1604 SmallVector<std::pair<MachineInstr *, Register>, 4> Subs;
1611 Subs.emplace_back(&UseMI, Reg);
1613 for (auto &Sub : Subs)
1918 SmallVector<std::pair<MachineInstr *, Register>, 4> Subs;
1925 Subs.emplace_back(&UseMI, Reg);
1927 for (auto &Sub : Subs)
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfo.cpp 1116 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts),
1119 unwrapDI<DIType>(Ty), Subs));
1127 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts),
1130 unwrapDI<DIType>(Ty), Subs));
  /src/external/apache2/llvm/dist/llvm/lib/Support/
CommandLine.cpp 199 if (Opt.Subs.empty())
202 for (auto *SC : Opt.Subs)
260 if (O->Subs.empty()) {
263 for (auto *SC : O->Subs)
302 if (O->Subs.empty())
309 for (auto *SC : O->Subs)
341 if (O->Subs.empty())
348 for (auto *SC : O->Subs)
2151 SmallVectorImpl<std::pair<const char *, SubCommand *>> &Subs) {
2155 Subs.push_back(std::make_pair(S->getName().data(), S))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ControlHeightReduction.cpp 226 Subs.append(Next->Subs.begin(), Next->Subs.end());
239 Subs.push_back(SubIn);
258 std::stable_partition(Subs.begin(), Subs.end(), [&](CHRScope *Sub) {
270 ArrayRef<CHRScope *> TailSubs(TailIt, Subs.end());
275 Subs.erase(TailIt, Subs.end());
290 SmallVector<CHRScope *, 8> Subs; // Subscopes
    [all...]

Completed in 35 milliseconds