Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ParentIndex

414   /// Adds all regions from \c ParentIndex to the top of the stack to the
416 void popRegions(size_t ParentIndex) {
417 assert(RegionStack.size() >= ParentIndex && "parent not in stack");
418 while (RegionStack.size() > ParentIndex) {
424 : RegionStack[ParentIndex].getEndLoc();