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

  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 506 i.getCaseSuccessor()));
647 i.getCaseSuccessor()->removePredecessor(TI->getParent());
    [all...]
Local.cpp 124 TheOnlyDest = i.getCaseSuccessor();
130 if (i.getCaseSuccessor() == DefaultDest) {
164 if (i.getCaseSuccessor() != TheOnlyDest) TheOnlyDest = nullptr;
207 FirstCase.getCaseSuccessor(),
    [all...]
LowerSwitch.cpp 295 i.getCaseSuccessor()));
CloneFunction.cpp 384 BasicBlock *Dest = const_cast<BasicBlock*>(Case.getCaseSuccessor());
  /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/
CorrelatedValuePropagation.cpp 256 CI.getCaseSuccessor()->removePredecessor(BB);
LoopUnswitch.cpp 595 i.getCaseSuccessor()))) {
    [all...]
SCCP.cpp 621 return SI->findCaseValue(CI).getCaseSuccessor() == To;
    [all...]
JumpThreading.cpp     [all...]
GVN.cpp     [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 858 if (i.getCaseSuccessor() != BBTo)
860 } else if (i.getCaseSuccessor() == BBTo)
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 829 SuccessorBlocks.insert(I.getCaseSuccessor());
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 540 llvm::BranchInst::Create(si->case_begin().getCaseSuccessor(), si);
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.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/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 786 milliseconds