Searched refs:InsertPoints (Results 1 – 3 of 3) sorted by relevance
320 /// Reparing code needs to happen before InsertPoints.346 InsertionPoints InsertPoints; variable 370 /// Add a MBBInsertionPoint to the list of InsertPoints.372 /// Add a InstrInsertionPoint to the list of InsertPoints.374 /// Add an EdgeInsertionPoint (\p Src, \p Dst) to the list of InsertPoints.383 insertpt_iterator begin() { return InsertPoints.begin(); } in begin() 384 insertpt_iterator end() { return InsertPoints.end(); } in end() 386 const_insertpt_iterator begin() const { return InsertPoints.begin(); } in begin() 387 const_insertpt_iterator end() const { return InsertPoints.end(); } in end() 389 unsigned getNumInsertPoints() const { return InsertPoints[all...]
346 SmallSet<MIRef, 8> InsertPoints; in runOnMachineFunction() local353 InsertPoints.insert(I); in runOnMachineFunction()367 for (MIRef I : InsertPoints) { in runOnMachineFunction()
874 InsertPoints.emplace_back(&Point); in addInsertPoint()