Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp939 unsigned MaxCountRemainder = 0; in prepareBaseForDispFormChain() local
943 RemainderOffsetInfo[MaxCountRemainder].second) in prepareBaseForDispFormChain()
944 MaxCountRemainder = j; in prepareBaseForDispFormChain()
947 if (RemainderOffsetInfo[MaxCountRemainder].second < DispFormPrepMinThreshold) in prepareBaseForDispFormChain()
952 if (MaxCountRemainder == 0) in prepareBaseForDispFormChain()
957 BucketChain.Elements[RemainderOffsetInfo[MaxCountRemainder].first].Offset; in prepareBaseForDispFormChain()
966 std::swap(BucketChain.Elements[RemainderOffsetInfo[MaxCountRemainder].first], in prepareBaseForDispFormChain()