HomeSort by: relevance | last modified time | path
    Searched refs:case_end (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SCCP.cpp 392 for (auto CI = SI->case_begin(); CI != SI->case_end();) {
CorrelatedValuePropagation.cpp 344 for (auto CI = SI->case_begin(), CE = SI->case_end(); CI != CE;) {
355 CE = SI->case_end();
GVN.cpp 2379 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
SimpleLoopUnswitch.cpp 840 auto LastCaseI = std::prev(SI.case_end());
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 3401 CaseIt case_end() { function in class:llvm::CallInst::SwitchInst
3407 ConstCaseIt case_end() const { function in class:llvm::CallInst::SwitchInst
3413 return make_range(case_begin(), case_end());
3418 return make_range(case_begin(), case_end());
3440 if (I != case_end())
3449 if (I != case_end())
3477 /// This action invalidates case_end(). Old case_end() iterator will
3486 /// including the case_end() iterator. It returns an iterator for the next
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
parse.cc 1741 #define case_end case ST_END_BLOCK_DATA: case ST_END_FUNCTION: \ macro
5042 case_end:
6229 case_end:
6256 case_end:
  /src/external/gpl3/gcc/dist/gcc/fortran/
parse.cc 1942 #define case_end case ST_END_BLOCK_DATA: case ST_END_FUNCTION: \ macro
5306 case_end:
6659 case_end:
6686 case_end:
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 916 for (SwitchInst::CaseIt i = SI->case_end(), e = SI->case_begin(); i != e;) {
4748 for (auto i = SU->case_begin(), e = SU->case_end(); i != e;) {
4755 e = SU->case_end();
5919 for (SwitchInst::CaseIt E = SI->case_end(); CI != E; ++CI) {
Local.cpp 206 for (auto i = SI->case_begin(), e = SI->case_end(); i != e;) {
242 e = SI->case_end();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp 439 auto FinalCaseIt = std::prev(Switch->case_end());

Completed in 72 milliseconds