Lines Matching defs:Position
281 // If so, we will need to move BB back to the entry position.
421 // will need to move BB back to the entry position.
1133 /// \brief Utility to remember the position of an instruction.
1135 /// Position of an instruction.
1147 /// \brief Record the position of \p Inst.
1157 /// \brief Insert \p Inst at the recorded position.
1164 Instruction *Position = Point.BB->getFirstInsertionPt();
1166 Inst->moveBefore(Position);
1168 Inst->insertBefore(Position);
1175 /// Original position of the instruction.
1176 InsertionHandler Position;
1181 : TypePromotionAction(Inst), Position(Inst) {
1186 /// \brief Move the instruction back to its original position.
1189 Position.insert(Inst);
1361 /// Original position of the instruction.