Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp1503 void SplitEditor::finish(SmallVectorImpl<unsigned> *LRMap) { in finish() argument
1556 if (LRMap) { in finish()
1558 LRMap->assign(Seq.begin(), Seq.end()); in finish()
1574 if (LRMap) in finish()
1575 LRMap->resize(Edit->size(), i); in finish()
1581 assert(!LRMap || LRMap->size() == Edit->size()); in finish()
H A DSplitKit.h512 /// @param LRMap When not null, this vector will map each live range in Edit
515 void finish(SmallVectorImpl<unsigned> *LRMap = nullptr);