HomeSort by relevance Sort by last modified time
    Searched refs:case_begin (Results 1 - 19 of 19) 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/Utils/
Local.cpp 126 TheOnlyDest = SI->case_begin().getCaseSuccessor();
130 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
211 SwitchInst::CaseIt FirstCase = SI->case_begin();
    [all...]
LowerSwitch.cpp 365 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end(); i != e; ++i)
SimplifyCFG.cpp 583 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end(); i != e; ++i)
716 for (SwitchInst::CaseIt i = SI->case_end(), e = SI->case_begin(); i != e;) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 244 for (SwitchInst::CaseIt CI = SI->case_end(), CE = SI->case_begin(); CI-- != CE;
SCCP.cpp     [all...]
LoopUnswitch.cpp 565 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
    [all...]
GVN.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 3107 CaseIt case_begin() { function in class:llvm::SwitchInst
3112 ConstCaseIt case_begin() const { function in class:llvm::SwitchInst
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 564 llvm::BranchInst::Create(si->case_begin().getCaseSuccessor(), si);
    [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp 881 for (auto I = SI.case_begin(), E = SI.case_end(); I != E; ++I)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.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     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]

Completed in 344 milliseconds