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

  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 263 BasicBlock* Default = SI->getDefaultDest();
267 BranchInst::Create(SI->getDefaultDest(), CurBlock);
Local.cpp 112 BasicBlock *TheOnlyDest = SI->getDefaultDest();
164 TheOnlyDest = SI->getDefaultDest();
206 SI->getDefaultDest());
    [all...]
SimplifyCFG.cpp 555 return SI->getDefaultDest();
    [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 315 if (TryUnify) tryUnify(LI->getDefaultDest(), RI->getDefaultDest());
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 308 return SI->getDefaultDest() != RI->getParent();
  /external/clang/lib/CodeGen/
CGCleanup.cpp 511 if (si->getNumCases() == 1 && si->getDefaultDest() == unreachableBB) {
    [all...]
CGStmt.cpp     [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 847 bool DefaultCase = SI->getDefaultDest() == BBTo;
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 689 if (!Dest) Dest = I.getDefaultDest(); // No cases matched: use default
    [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...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 260 milliseconds