HomeSort by relevance Sort by last modified time
    Searched refs:SwitchInst (Results 26 - 50 of 58) sorted by null

12 3

  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 275 if (isa<const SwitchInst>(Instr))
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombine.h 215 Instruction *visitSwitchInst(SwitchInst &SI);
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 476 ComputeExitLimitFromSingleExitSwitch(const Loop *L, SwitchInst *Switch,
    [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 180 if (!isa<BranchInst>(TI) && !isa<SwitchInst>(TI))
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
Verifier.cpp 308 void visitSwitchInst(SwitchInst &SI);
    [all...]
Core.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SampleProfile.cpp     [all...]
GVN.cpp     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 151 ::llvm::SwitchInst* sw =
178 ::llvm::SwitchInst* sw =
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [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 64 // SwitchInst Magic
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 406 if (isa<SwitchInst>(bb->getTerminator()))
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 43 class SwitchInst;
849 llvm::SwitchInst *SwitchInsn;
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 558 SwitchInst *CreateSwitch(Value *V, BasicBlock *Dest, unsigned NumCases = 10,
560 return Insert(addBranchWeights(SwitchInst::Create(V, Dest, NumCases),
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /art/compiler/llvm/
gbc_expander.cc     [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 551 BB && isa<SwitchInst>(BB->getTerminator())))
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 411 milliseconds

12 3