Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp1390 unsigned ComponentNum; in Distribute() local
1392 ComponentNum = 0; in Distribute()
1397 ComponentNum = getEqClass(MainRangeVNI); in Distribute()
1398 if (ComponentNum > 0 && SubRanges[ComponentNum-1] == nullptr) { in Distribute()
1399 SubRanges[ComponentNum-1] in Distribute()
1400 = LIV[ComponentNum-1]->createSubRange(Allocator, SR.LaneMask); in Distribute()
1403 VNIMapping.push_back(ComponentNum); in Distribute()