HomeSort by relevance Sort by last modified time
    Searched refs:getDefaultDest (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerSwitch.cpp 281 BasicBlock* Default = SI->getDefaultDest();
285 BranchInst::Create(SI->getDefaultDest(), CurBlock);
Local.cpp 110 assert(TheOnlyDest == SI->getDefaultDest() &&
140 TheOnlyDest = SI->getDefaultDest();
    [all...]
SimplifyCFG.cpp 484 return SI->getDefaultDest();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 416 BasicBlock* Default = SI->getDefaultDest();
523 unsigned NrOfDefaults = (SI->getDefaultDest() == Default) ? 1 : 0;
546 BasicBlock *OldDefault = SI->getDefaultDest();
SimplifyCFG.cpp 719 return SI->getDefaultDest();
    [all...]
Local.cpp 157 BasicBlock *DefaultDest = SI->getDefaultDest();
222 TheOnlyDest = SI->getDefaultDest();
267 SI->getDefaultDest());
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 681 return SI->getDefaultDest();
    [all...]
LowerSwitch.cpp 404 BasicBlock* Default = SI->getDefaultDest();
517 BasicBlock *OldDefault = SI->getDefaultDest();
Local.cpp 123 BasicBlock *DefaultDest = SI->getDefaultDest();
182 TheOnlyDest = SI->getDefaultDest();
219 SI->getDefaultDest());
    [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 313 if (TryUnify) tryUnify(LI->getDefaultDest(), RI->getDefaultDest());
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DifferenceEngine.cpp 317 if (TryUnify) tryUnify(LI->getDefaultDest(), RI->getDefaultDest());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SimpleLoopUnswitch.cpp 535 if (!L.contains(SI.getDefaultDest()) &&
536 areLoopExitPHIsLoopInvariant(L, *ParentBB, *SI.getDefaultDest()) &&
537 !isa<UnreachableInst>(SI.getDefaultDest()->getTerminator()))
538 DefaultExitBB = SI.getDefaultDest();
598 CommonSuccBB = SI.getDefaultDest();
599 else if (SI.getDefaultDest() != CommonSuccBB)
    [all...]
TailRecursionElimination.cpp 379 return SI->getDefaultDest() != RI->getParent();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
CFGBuilder.cpp 72 if (SI->getDefaultDest() == To) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
TailRecursionElimination.cpp 295 return SI->getDefaultDest() != RI->getParent();
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DifferenceEngine.cpp 333 if (TryUnify) tryUnify(LI->getDefaultDest(), RI->getDefaultDest());
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 383 return SI->getDefaultDest() != RI->getParent();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LazyValueInfo.cpp 876 if (SI->getDefaultDest() == BBTo) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp 289 Entry->replaceAllUsesWith(Switch->getDefaultDest());
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 579 if (si->getNumCases() == 1 && si->getDefaultDest() == unreachableBB) {
    [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp     [all...]
LazyValueInfo.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 539 Ice::CfgNode *LabelDefault = mapBasicBlockToNode(Instr->getDefaultDest());
    [all...]

Completed in 997 milliseconds

1 2 3