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

  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 277 unsigned NumCases;
280 NumCases = SOM->getNumCases();
283 NumCases = cast<SwitchTypeMatcher>(N)->getNumCases();
287 OS << "/*" << NumCases << " cases */";
292 for (unsigned i = 0, e = NumCases; i != e; ++i) {
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 450 unsigned NumCases = SI->getNumCases();
451 if (LoopCond && NumCases) {
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
IRBuilder.h 558 SwitchInst *CreateSwitch(Value *V, BasicBlock *Dest, unsigned NumCases = 10,
560 return Insert(addBranchWeights(SwitchInst::Create(V, Dest, NumCases),
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 440 milliseconds