Home | History | Annotate | Download | only in AArch64

Lines Matching defs:InsertionPoint

336   Instruction *InsertionPoint;
338 InsertionPoint =
341 InsertionPoint = dyn_cast<Instruction>(*Use);
342 assert(InsertionPoint && "User is not an instruction!");
343 return InsertionPoint;
442 Instruction *InsertionPoint = findInsertionPoint(UseIt);
445 DEBUG(InsertionPoint->print(dbgs()));
451 InsPtsPerFunc[InsertionPoint->getParent()->getParent()];
452 if (isDominated(InsertionPoint, UseIt, InsertPts))
456 if (tryAndMerge(InsertionPoint, UseIt, InsertPts))
462 InsertPts[InsertionPoint].push_back(UseIt);