Home
last modified time | relevance | path

Searched refs:InsertPoints (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h346 InsertionPoints InsertPoints; variable
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.size(); } in getNumInsertPoints()
402 InsertPoints.clear(); in switchTo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp769 InsertPoints.emplace_back(&Point); in addInsertPoint()