HomeSort by relevance Sort by last modified time
    Searched defs:EndI (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 853 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI;
856 // Search for aliased memory reference in (StartI, EndI).
857 for (MachineBasicBlock::iterator I = std::next(StartI); I != EndI; ++I) {
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 416 auto EndI = std::prev(Stack.rend());
417 if (FromParent && StartI != EndI) {
487 auto EndI = std::prev(Stack.rend());
488 if (FromParent && StartI != EndI) {
500 auto EndI = std::prev(Stack.rend());
501 if (FromParent && StartI != EndI) {
504 for (auto I = StartI, EE = EndI; I != EE; ++I) {
520 auto EndI = std::prev(Stack.rend());
521 if (FromParent && StartI != EndI) {
524 for (auto I = StartI, EE = EndI; I != EE; ++I)
    [all...]

Completed in 52 milliseconds