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

  /external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 75 SwitchInst::CaseIt Case = SI->findCaseValue(ExpectedValue);
SimplifyCFG.cpp 504 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end(); i != e; ++i)
640 for (SwitchInst::CaseIt i = SI->case_end(), e = SI->case_begin(); i != e;) {
    [all...]
LowerSwitch.cpp 293 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end(); i != e; ++i)
Local.cpp 120 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
201 SwitchInst::CaseIt FirstCase = SI->case_begin();
    [all...]
CodeExtractor.cpp 668 TheSwitch->removeCase(SwitchInst::CaseIt(TheSwitch, NumExitBlocks-1));
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /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/Analysis/
SparsePropagation.cpp 198 SwitchInst::CaseIt Case = SI.findCaseValue(cast<ConstantInt>(C));
LazyValueInfo.cpp 852 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 222 for (SwitchInst::CaseIt CI = SI->case_end(), CE = SI->case_begin(); CI-- != CE;
LoopUnswitch.cpp 460 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
591 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
    [all...]
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]

Completed in 479 milliseconds