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

  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 394 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor();
395 return nextBB && (nextBB->getUniquePredecessor() != nullptr);
  /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/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 133 milliseconds