Searched refs:LastI (Results 1 – 7 of 7) sorted by relevance
252 BindingsTy::iterator LastI = ExprBindings.end(); in printJson() local267 LastI = I; in printJson()286 if (I != LastI) in printJson()
165 Instruction *LastI = I;167 LastI = I;170 return LastI;
1222 MachineBasicBlock::iterator LastI = LastMBB->getFirstTerminator(); in convertToHardwareLoop() local1223 if (LastI == LastMBB->end()) in convertToHardwareLoop()1313 DebugLoc LastIDL = LastI->getDebugLoc(); in convertToHardwareLoop()1314 BuildMI(*LastMBB, LastI, LastIDL, TII->get(ENDLOOP)).addMBB(LoopStart); in convertToHardwareLoop()1319 if (LastI->getOpcode() == Hexagon::J2_jumpt || in convertToHardwareLoop()1320 LastI->getOpcode() == Hexagon::J2_jumpf) { in convertToHardwareLoop()1322 MachineBasicBlock *BranchTarget = LastI->getOperand(1).getMBB(); in convertToHardwareLoop()1323 LastI = LastMBB->erase(LastI); in convertToHardwareLoop()1325 if (LastI != LastMBB->end()) in convertToHardwareLoop()1326 LastI = LastMBB->erase(LastI); in convertToHardwareLoop()[all …]
305 auto *LastI = cast<VPInstruction>(Last); in getBest() local307 if (areConsecutiveOrMatch(LastI, CandidateI, IAI)) { in getBest()
1252 MachineBasicBlock::iterator LastI = MBB.getFirstTerminator(); in shouldCombineCSRLocalStackBumpInEpilogue() local1254 while (LastI != Begin) { in shouldCombineCSRLocalStackBumpInEpilogue()1255 --LastI; in shouldCombineCSRLocalStackBumpInEpilogue()1256 if (LastI->isTransient()) in shouldCombineCSRLocalStackBumpInEpilogue()1258 if (!LastI->getFlag(MachineInstr::FrameDestroy)) in shouldCombineCSRLocalStackBumpInEpilogue()1261 switch (LastI->getOpcode()) { in shouldCombineCSRLocalStackBumpInEpilogue()4900 MachineInstr *LastI = nullptr; in emitUnrolled() local4916 LastI = I; in emitUnrolled()4921 if (LastI) in emitUnrolled()4922 MBB->splice(InsertI, MBB, LastI); in emitUnrolled()
2281 IdentifierResolver::iterator LastI = I; in LookupName() local2282 for (++LastI; LastI != IEnd; ++LastI) { in LookupName()2285 if (!S->isDeclScope(*LastI)) in LookupName()2290 = (*LastI)->getDeclContext()->getRedeclContext(); in LookupName()2296 if (NamedDecl *LastD = R.getAcceptableDecl(*LastI)) in LookupName()
381 auto LastI = llvm::unique(Symbols); in removeDuplicates() local382 Symbols.erase(LastI, Symbols.end()); in removeDuplicates()