Searched refs:find_next (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.y274 find_next(struct assignment *as, const char *name)
472 tmp = find_next(tmp, "option")) {
529 tmp = find_next(tmp, "option")) {
567 tmp = find_next(tmp, "option")) {
583 tmp = find_next(tmp, "option")) {
656 tmp = find_next(tmp, "option")) {
675 tmp = find_next(tmp, "option")) {
H A Dslc-gram.c1786 find_next(struct assignment *as, const char *name)
1984 tmp = find_next(tmp, "option")) {
2041 tmp = find_next(tmp, "option")) {
2079 tmp = find_next(tmp, "option")) {
2095 tmp = find_next(tmp, "option")) {
2168 tmp = find_next(tmp, "option")) {
2187 tmp = find_next(tmp, "option")) {
1783 find_next(struct assignment *as, const char *name) function
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp237 Color = UsedColors.find_next(Color);
247 NextColor = AllColors.find_next(NextColor);
334 NextColor = AllColors.find_next(NextColor);
H A DSpillPlacement.cpp293 for (int n = ActiveNodes->find_first(); n>=0; n = ActiveNodes->find_next(n)) {
371 for (int n = ActiveNodes->find_first(); n>=0; n = ActiveNodes->find_next(n))
H A DStackColoring.cpp434 pos = MBBLiveness.LiveIn.find_next(pos)) {
438 pos = MBBLiveness.LiveOut.find_next(pos)) {
H A DRegisterScavenging.cpp66 for (int I = PR.find_first(); I>0; I = PR.find_next(I))
H A DAggressiveAntiDepBreaker.cpp137 r = CriticalPathSet.find_next(r))
563 DEBUG(for (int r = BV.find_first(); r != -1; r = BV.find_next(r))
H A DRegAllocGreedy.cpp211 i = LiveBundles.find_next(i))
951 i = Cand.LiveBundles.find_next(i))
1248 i = Cand.LiveBundles.find_next(i))
H A DMachineVerifier.cpp459 Reg = regsReserved.find_next(Reg)) {
692 for (int I = PR.find_first(); I>0; I = PR.find_next(I)) {
H A DTargetLoweringBase.cpp913 for (int i = SuperRegRC.find_first(); i >= 0; i = SuperRegRC.find_next(i)) {
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DSmallBitVector.h227 /// find_next - Returns the index of the next set bit following the
229 int find_next(unsigned Prev) const { function in class:llvm::SmallBitVector
242 return getPointer()->find_next(Prev);
H A DSparseBitVector.h148 /// find_next - Returns the index of the next set bit starting from the
150 int find_next(unsigned Curr) const {
374 int NextSetBitNumber = Iter->find_next(BitNumber % ElementSize) ;
H A DBitVector.h171 /// find_next - Returns the index of the next set bit following the
173 int find_next(unsigned Prev) const { function in class:llvm::BitVector
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2988 for (int LI = Loops.find_first(); LI >= 0; LI = Loops.find_next(LI)) {
3235 for (int VI = BV.find_first(); VI >= 0; VI = BV.find_next(VI)) {
3237 if (BV.find_next(VI) >= 0)
3474 for (int SI = Separable.find_first(); SI >= 0; SI = Separable.find_next(SI)) {
3513 for (int SI = Coupled.find_first(); SI >= 0; SI = Coupled.find_next(SI)) {
3519 for (int SJ = Group.find_first(); SJ >= 0; SJ = Group.find_next(SJ)) {
3529 for (int SJ = Sivs.find_first(); SJ >= 0; SJ = Sivs.find_next(SJ)) {
3553 for (int SJ = Mivs.find_first(); SJ >= 0; SJ = Mivs.find_next(SJ)) {
3587 for (int SJ = Mivs.find_first(); SJ >= 0; SJ = Mivs.find_next(SJ)) {
3600 for (int SJ = Mivs.find_first(); SJ >= 0; SJ = Mivs.find_next(S
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp331 for (int R = AllocSet.find_first(); R != -1; R = AllocSet.find_next(R))
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp884 for (int s = SC.find_first(); s >= 0; s = SC.find_next(s)) {
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp207 return UsedByIndices.find_next(i) != -1;
3639 LUIdx = UsedByIndices.find_next(LUIdx))

Completed in 159 milliseconds