Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveInterval.cpp1401 unsigned ComponentNum; in Distribute() local
1403 ComponentNum = 0; in Distribute()
1408 ComponentNum = getEqClass(MainRangeVNI); in Distribute()
1409 if (ComponentNum > 0 && SubRanges[ComponentNum-1] == nullptr) { in Distribute()
1410 SubRanges[ComponentNum-1] in Distribute()
1411 = LIV[ComponentNum-1]->createSubRange(Allocator, SR.LaneMask); in Distribute()
1414 VNIMapping.push_back(ComponentNum); in Distribute()