Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp1412 unsigned ComponentNum; in Distribute() local
1414 ComponentNum = 0; in Distribute()
1419 ComponentNum = getEqClass(MainRangeVNI); in Distribute()
1420 if (ComponentNum > 0 && SubRanges[ComponentNum-1] == nullptr) { in Distribute()
1421 SubRanges[ComponentNum-1] in Distribute()
1422 = LIV[ComponentNum-1]->createSubRange(Allocator, SR.LaneMask); in Distribute()
1425 VNIMapping.push_back(ComponentNum); in Distribute()