Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp414 unsigned MaxCountRemainder = 0; in prepareBaseForDispFormChain() local
418 RemainderOffsetInfo[MaxCountRemainder].second) in prepareBaseForDispFormChain()
419 MaxCountRemainder = j; in prepareBaseForDispFormChain()
422 if (RemainderOffsetInfo[MaxCountRemainder].second < DispFormPrepMinThreshold) in prepareBaseForDispFormChain()
427 if (MaxCountRemainder == 0) in prepareBaseForDispFormChain()
432 BucketChain.Elements[RemainderOffsetInfo[MaxCountRemainder].first].Offset; in prepareBaseForDispFormChain()
441 std::swap(BucketChain.Elements[RemainderOffsetInfo[MaxCountRemainder].first], in prepareBaseForDispFormChain()