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

  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 195 Mutations.clear();
200 return Mutations.size();
212 std::vector<TraceBasedMutation> Mutations;
229 assert(Idx < Mutations.size());
230 auto &M = Mutations[Idx];
251 Mutations.push_back({Pos, CmpSize, Data});
252 Mutations.push_back({Pos, CmpSize, Data + 1});
253 Mutations.push_back({Pos, CmpSize, Data - 1});
257 Mutations.push_back({LR.Beg, (unsigned)(LR.End - LR.Beg), Data});
263 PC, CmpSize, CmpType, Arg1, Arg2, Res, L1, L2, Mutations.size())
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
formatting_element_list.js 87 //Mutations
open_element_stack.js 121 //Mutations
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 38 // The DAG builder can also be customized in a sense by adding DAG mutations
39 // that will run after DAG building and before list scheduling. DAG mutations
239 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations;
278 /// Mutations are applied in the order that they are added after normal DAG
283 Mutations.push_back(std::move(Mutation));
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 743 for (unsigned i = 0, e = Mutations.size(); i < e; ++i) {
744 Mutations[i]->apply(this);
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
parse5.js     [all...]

Completed in 2574 milliseconds