Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp933 unsigned MaxCountRemainder = 0; in prepareBaseForDispFormChain() local
937 RemainderOffsetInfo[MaxCountRemainder].second) in prepareBaseForDispFormChain()
938 MaxCountRemainder = j; in prepareBaseForDispFormChain()
941 if (RemainderOffsetInfo[MaxCountRemainder].second < DispFormPrepMinThreshold) in prepareBaseForDispFormChain()
946 if (MaxCountRemainder == 0) in prepareBaseForDispFormChain()
951 BucketChain.Elements[RemainderOffsetInfo[MaxCountRemainder].first].Offset; in prepareBaseForDispFormChain()
960 std::swap(BucketChain.Elements[RemainderOffsetInfo[MaxCountRemainder].first], in prepareBaseForDispFormChain()