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

  /external/compiler-rt/lib/profile/
InstrProfilingBuffer.c 29 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End;
30 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) /
  /external/clang/lib/Sema/
SemaOpenMP.cpp 720 auto EndI = std::prev(Stack.rend());
721 if (FromParent && StartI != EndI) {
739 auto EndI = std::prev(Stack.rend());
740 if (FromParent && StartI != EndI) {
753 auto EndI = Stack.rend();
754 if (FromParent && StartI != EndI) {
757 for (auto I = StartI, EE = EndI; I != EE; ++I) {
773 auto EndI = Stack.rend();
774 if (FromParent && StartI != EndI) {
777 for (auto I = StartI, EE = EndI; I != EE; ++I)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 830 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI;
833 // Search for aliased memory reference in (StartI, EndI).
834 for (MachineBasicBlock::iterator I = std::next(StartI); I != EndI; ++I) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 831 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI;
834 // Search for aliased memory reference in (StartI, EndI).
835 for (MachineBasicBlock::iterator I = std::next(StartI); I != EndI; ++I) {
    [all...]
HexagonLoopIdiomRecognition.cpp     [all...]

Completed in 271 milliseconds