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

  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 84 AllowedRegVector() : NumOpts(0), Opts(nullptr) {}
87 : NumOpts(OptVec.size()), Opts(new unsigned[NumOpts]) {
92 : NumOpts(Other.NumOpts), Opts(new unsigned[NumOpts]) {
93 std::copy(Other.Opts.get(), Other.Opts.get() + NumOpts, Opts.get());
97 : NumOpts(std::move(Other.NumOpts)), Opts(std::move(Other.Opts)) {}
100 NumOpts = Other.NumOpts
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]

Completed in 304 milliseconds