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

  /external/llvm/lib/Transforms/Utils/
Local.cpp 126 TheOnlyDest = SI->case_begin().getCaseSuccessor();
134 TheOnlyDest = i.getCaseSuccessor();
140 if (i.getCaseSuccessor() == DefaultDest) {
175 if (i.getCaseSuccessor() != TheOnlyDest) TheOnlyDest = nullptr;
217 FirstCase.getCaseSuccessor(),
    [all...]
SimplifyCFG.cpp 585 i.getCaseSuccessor()));
723 i.getCaseSuccessor()->removePredecessor(TI->getParent());
    [all...]
LowerSwitch.cpp 367 i.getCaseSuccessor()));
CloneFunction.cpp 447 BasicBlock *Dest = const_cast<BasicBlock*>(Case.getCaseSuccessor());
    [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 321 LCases[I.getCaseValue()] = I.getCaseSuccessor();
328 if (TryUnify) tryUnify(LCase, I.getCaseSuccessor());
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp     [all...]
CorrelatedValuePropagation.cpp 279 CI.getCaseSuccessor()->removePredecessor(BB);
SCCP.cpp 630 return SI->findCaseValue(CI).getCaseSuccessor() == To;
    [all...]
LoopUnrollPass.cpp 660 .getCaseSuccessor();
    [all...]
JumpThreading.cpp     [all...]
GVN.cpp     [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp 882 SuccessorBlocks.insert(I.getCaseSuccessor());
    [all...]
LazyValueInfo.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 564 llvm::BranchInst::Create(si->case_begin().getCaseSuccessor(), si);
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.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/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 615 milliseconds