Home
last modified time | relevance | path

Searched refs:LoopIdx (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/lib/Transform/
H A DScheduleTreeTransform.cpp630 int LoopIdx = 0; in visitBand() local
635 LoopIdx, Band, i); in visitBand()
636 LoopIdx += 1; in visitBand()
639 assert(LoopIdx == NumTotalLoops && in visitBand()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp9786 for (unsigned LoopIdx = 0; LoopIdx < PathLength; LoopIdx++) { in ImportAPValue() local
9789 FromPath[LoopIdx].getAsBaseOrMember().getPointer(); in ImportAPValue()
9797 ToPath[LoopIdx] = APValue::LValuePathEntry(APValue::BaseOrMemberType( in ImportAPValue()
9798 ImpDecl, FromPath[LoopIdx].getAsBaseOrMember().getInt())); in ImportAPValue()
9802 ToPath[LoopIdx] = APValue::LValuePathEntry::ArrayIndex( in ImportAPValue()
9803 FromPath[LoopIdx].getAsArrayIndex()); in ImportAPValue()