Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp169 const SmallBitVector &getUsedByIndices(const SCEV *Reg) const;
230 const SmallBitVector &RegUseTracker::getUsedByIndices(const SCEV *Reg) const { in getUsedByIndices() function in RegUseTracker
3678 UsedByIndicesMap[Reg] |= RegUses.getUsedByIndices(Use); in GenerateCrossUseConstantOffsets()
3704 const SmallBitVector &UsedByIndices = RegUses.getUsedByIndices(OrigReg); in GenerateCrossUseConstantOffsets()
4162 unsigned Count = RegUses.getUsedByIndices(Reg).count(); in NarrowSearchSpaceByPickingWinnerRegs()