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

  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriterPass.cpp 58 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriterPass.cpp 58 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 221 for (SwitchInst::CaseIt CI = SI->case_end(), CE = SI->case_begin(); CI-- != CE;
SCCP.cpp     [all...]
LoopUnswitch.cpp 466 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
596 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
    [all...]
GVN.cpp     [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 321 for (SwitchInst::CaseIt I = LI->case_begin(), E = LI->case_end();
325 for (SwitchInst::CaseIt I = RI->case_begin(), E = RI->case_end();
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 229 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
SimplifyCFG.cpp 552 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end(); i != e; ++i)
688 for (SwitchInst::CaseIt i = SI->case_end(), e = SI->case_begin(); i != e;) {
    [all...]
Local.cpp 116 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
195 SwitchInst::CaseIt FirstCase = SI->case_begin();
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 2548 CaseIt case_begin() { function in class:llvm::SwitchInst
2553 ConstCaseIt case_begin() const { function in class:llvm::SwitchInst
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 513 llvm::BranchInst::Create(si->case_begin().getCaseSuccessor(), si);
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 851 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 653 for (SwitchInst::CaseIt i = I.case_begin(), e = I.case_end(); i != e; ++i) {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 694 milliseconds