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

  /external/v8/src/compiler/
raw-machine-assembler.cc 101 size_t succ_count = case_count + 1; local
102 Node* switch_node = AddNode(common()->Switch(succ_count), index);
103 BasicBlock** succ_blocks = zone()->NewArray<BasicBlock*>(succ_count);
118 schedule()->AddSwitch(CurrentBlock(), switch_node, succ_blocks, succ_count); local
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileInfo.cpp 382 int succ_count = 0; local
388 if (*BBI == SecondBB) succ_count++;
392 if (getExecutionCount(NewBB) == ProfileInfo::MissingValue) succ_count++;
395 succ_count = 1;
400 double neww = floor(w / succ_count);
404 if (succ_count == 1) {
    [all...]

Completed in 480 milliseconds