Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp867 SmallVector<RebasedUse, 4> ToBeRebased; in emitBaseConstants() local
877 ToBeRebased.push_back(RebasedUse(RCI.Offset, RCI.Ty, U)); in emitBaseConstants()
884 if (ToBeRebased.size() < MinNumOfDependentToRebase) { in emitBaseConstants()
885 NotRebasedNum += ToBeRebased.size(); in emitBaseConstants()
908 for (auto const &R : ToBeRebased) { in emitBaseConstants()