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

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
CFGBuilder.cpp 73 auto FirstC = SI->case_begin();
79 for (auto CIt = SI->case_begin(); CIt != SI->case_end(); ++CIt)
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;) {
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;) {
DominatorTreeTest.cpp 488 SwitchC->removeCase(SwitchC->case_begin());
577 SwitchC->removeCase(SwitchC->case_begin());
InstructionsTest.cpp 711 auto CI = SI->case_begin();
729 auto CCI = const_cast<const SwitchInst *>(SI)->case_begin();
    [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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
SimpleLoopUnswitch.cpp 565 auto CaseI = SI.case_begin() + Index;
587 std::all_of(std::next(SI.case_begin()), SI.case_end(),
590 SI.case_begin()->getCaseSuccessor();
592 CommonSuccBB = SI.case_begin()->getCaseSuccessor();
    [all...]
CorrelatedValuePropagation.cpp 329 for (auto CI = SI->case_begin(), CE = SI->case_end(); CI != CE;) {
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
Local.cpp 163 TheOnlyDest = SI->case_begin()->getCaseSuccessor();
167 for (auto i = SI->case_begin(), e = SI->case_end(); i != e;) {
260 auto FirstCase = *SI->case_begin();
    [all...]
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h 3657 CaseIt case_begin() { function in class:llvm::ShuffleVectorInst::SwitchInst
3663 ConstCaseIt case_begin() const { function in class:llvm::ShuffleVectorInst::SwitchInst
    [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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 276 APInt MaxCaseVal = SI.case_begin()->getCaseValue()->getValue();
    [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...]

Completed in 652 milliseconds

1 2