HomeSort by relevance Sort by last modified time
    Searched full:combine2 (Results 1 - 3 of 3) sorted by null

  /external/valgrind/tsan/
thread_sanitizer.cc 389 return combine2(a, b) % kHtableSize;
392 static uint32_t combine2(int a, int b) { function in class:PairCache
396 static uint32_t combine2(SSID a, SID b) { function in class:PairCache
397 return combine2(a.raw(), b.raw());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 89 ViewDAGCombine2("view-dag-combine2-dags", cl::Hidden,
562 if (ViewDAGCombine2) CurDAG->viewGraph("dag-combine2 input for " + BlockName);
    [all...]
  /external/llvm/docs/
CodeGenerator.html     [all...]

Completed in 210 milliseconds