Lines Matching defs:Point
2984 } Point;
3002 Point.PrevInst = &*std::prev(Inst->getIterator());
3004 Point.BB = BB;
3013 Inst->insertAfter(&*Point.PrevInst);
3015 BasicBlock::iterator Position = Point.BB->getFirstInsertionPt();
3017 Inst->moveBefore(*Point.BB, Position);
3019 Inst->insertBefore(*Point.BB, Position);
3336 void rollback(ConstRestorationPt Point);
3437 TypePromotionTransaction::ConstRestorationPt Point) {
3438 while (!Actions.empty() && Point != Actions.back().get()) {
8554 // Point dbg.value at locally computed address, which should give the best
8588 // Point dbg.value at locally computed address, which should give the best