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

  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 335 BasicBlock* Default = SI->getDefaultDest();
339 BranchInst::Create(SI->getDefaultDest(), CurBlock);
SimplifyCFG.cpp 507 return SI->getDefaultDest();
    [all...]
Local.cpp 116 BasicBlock *TheOnlyDest = SI->getDefaultDest();
170 TheOnlyDest = SI->getDefaultDest();
208 SI->getDefaultDest());
    [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 313 if (TryUnify) tryUnify(LI->getDefaultDest(), RI->getDefaultDest());
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 503 return SI->getDefaultDest() != RI->getParent();
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 538 if (si->getNumCases() == 1 && si->getDefaultDest() == unreachableBB) {
    [all...]
CGStmt.cpp     [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 848 bool DefaultCase = SI->getDefaultDest() == BBTo;
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 827 SuccessorBlocks.insert(SI.getDefaultDest());
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
Core.cpp     [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /art/compiler/llvm/
gbc_expander.cc     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 768 milliseconds