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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerSwitch.cpp 251 BasicBlock* nextBB = J->BB;
256 if ((nextValue-currentValue==1) && (currentBB == nextBB)) {
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 371 BasicBlock* nextBB = J->BB;
377 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 420 milliseconds