Lines Matching defs:PreheaderIter
2476 auto PreheaderIter = Preheader->begin();
2478 StoreInst *LowerBoundStore = dyn_cast<StoreInst>(&*(PreheaderIter++));
2479 StoreInst *UpperBoundStore = dyn_cast<StoreInst>(&*(PreheaderIter++));
2480 StoreInst *StrideStore = dyn_cast<StoreInst>(&*(PreheaderIter++));
2689 auto PreheaderIter = Preheader->begin();
2691 StoreInst *LowerBoundStore = dyn_cast<StoreInst>(&*(PreheaderIter++));
2692 StoreInst *UpperBoundStore = dyn_cast<StoreInst>(&*(PreheaderIter++));
2693 StoreInst *StrideStore = dyn_cast<StoreInst>(&*(PreheaderIter++));
2698 CallInst *ThreadIdCall = dyn_cast<CallInst>(&*(PreheaderIter++));
2703 CallInst *InitCall = dyn_cast<CallInst>(&*PreheaderIter);