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

  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 319 for (SwitchInst::CaseIt I = LI->case_begin(), E = LI->case_end();
323 for (SwitchInst::CaseIt I = RI->case_begin(), E = RI->case_end();
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 234 for (SwitchInst::CaseIt CI = SI->case_end(), CE = SI->case_begin(); CI-- != CE;
SCCP.cpp     [all...]
LoopUnswitch.cpp 622 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
    [all...]
GVN.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 3166 CaseIt case_begin() { function in class:llvm::SwitchInst
3171 ConstCaseIt case_begin() const { function in class:llvm::SwitchInst
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 129 TheOnlyDest = SI->case_begin().getCaseSuccessor();
133 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
212 SwitchInst::CaseIt FirstCase = SI->case_begin();
    [all...]
LowerSwitch.cpp 359 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end(); i != e; ++i)
SimplifyCFG.cpp 677 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end(); i != e;
811 for (SwitchInst::CaseIt i = SI->case_end(), e = SI->case_begin(); i != e;) {
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 581 llvm::BranchInst::Create(si->case_begin().getCaseSuccessor(), si);
    [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.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/IR/
AsmWriter.cpp     [all...]

Completed in 485 milliseconds