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

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DomTreeUpdaterTest.cpp 93 for (auto i = SI->case_begin(), e = SI->case_end(); i != e; ++i) {
133 for (auto i = SI->case_begin(), e = SI->case_end(); i != e;) {
138 e = SI->case_end();
656 for (auto i = SI->case_begin(), e = SI->case_end(); i != e; ++i) {
682 for (auto i = SI->case_begin(), e = SI->case_end(); i != e;) {
687 e = SI->case_end();
InstructionsTest.cpp 712 ASSERT_NE(CI, SI->case_end());
722 EXPECT_EQ(SI->case_end(), CI + 3);
726 EXPECT_EQ(3, SI->case_end() - CI);
727 EXPECT_EQ(3, std::distance(CI, SI->case_end()));
730 SwitchInst::ConstCaseIt CCE = SI->case_end();
731 ASSERT_NE(CCI, SI->case_end());
    [all...]
CFGBuilder.cpp 79 for (auto CIt = SI->case_begin(); CIt != SI->case_end(); ++CIt)
  /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;
LoopUnswitch.cpp 622 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
    [all...]
GVN.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 329 for (auto CI = SI->case_begin(), CE = SI->case_end(); CI != CE;) {
366 CE = SI->case_end();
SimpleLoopUnswitch.cpp 587 std::all_of(std::next(SI.case_begin()), SI.case_end(),
714 auto LastCaseI = std::prev(SI.case_end());
    [all...]
GVN.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 3177 CaseIt case_end() { function in class:llvm::SwitchInst
3182 ConstCaseIt case_end() const { function in class:llvm::SwitchInst
    [all...]
  /external/llvm/lib/Transforms/Utils/
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...]
Local.cpp 133 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h 3669 CaseIt case_end() { function in class:llvm::ShuffleVectorInst::SwitchInst
3675 ConstCaseIt case_end() const { function in class:llvm::ShuffleVectorInst::SwitchInst
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp 224 auto FinalCaseIt = std::prev(Switch->case_end());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
Local.cpp 167 for (auto i = SI->case_begin(), e = SI->case_end(); i != e;) {
203 e = SI->case_end();
    [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 544 for (SwitchInst::ConstCaseIt I = Instr->case_begin(), E = Instr->case_end();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]

Completed in 537 milliseconds