Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveInterval.cpp1228 unsigned ComponentNum; in Distribute() local
1230 ComponentNum = 0; in Distribute()
1235 ComponentNum = getEqClass(MainRangeVNI); in Distribute()
1236 if (ComponentNum > 0 && SubRanges[ComponentNum-1] == nullptr) { in Distribute()
1237 SubRanges[ComponentNum-1] in Distribute()
1238 = LIV[ComponentNum-1]->createSubRange(Allocator, SR.LaneMask); in Distribute()
1241 VNIMapping.push_back(ComponentNum); in Distribute()