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

/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_tab_helper.cc74 bool find_next = (find_text_ == search_string || search_string.empty()) && local
77 if (!find_next)
95 options.findNext = find_next;
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-annotate.c131 goto find_next;
135 find_next:
/external/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp236 Color = UsedColors.find_next(Color);
246 NextColor = AllColors.find_next(NextColor);
333 NextColor = AllColors.find_next(NextColor);
H A DSpillPlacement.cpp312 for (int n = ActiveNodes->find_first(); n>=0; n = ActiveNodes->find_next(n)) {
392 for (int n = ActiveNodes->find_first(); n>=0; n = ActiveNodes->find_next(n))
H A DStackColoring.cpp411 pos = MBBLiveness.LiveIn.find_next(pos)) {
415 pos = MBBLiveness.LiveOut.find_next(pos)) {
H A DRegisterScavenging.cpp67 for (int I = PR.find_first(); I>0; I = PR.find_next(I))
H A DAggressiveAntiDepBreaker.cpp138 r = CriticalPathSet.find_next(r))
574 DEBUG(for (int r = BV.find_first(); r != -1; r = BV.find_next(r))
H A DRegAllocGreedy.cpp272 i = LiveBundles.find_next(i))
1069 i = Cand.LiveBundles.find_next(i))
1388 i = Cand.LiveBundles.find_next(i))
H A DMachineVerifier.cpp460 Reg = regsReserved.find_next(Reg)) {
692 for (int I = PR.find_first(); I>0; I = PR.find_next(I)) {
H A DTargetLoweringBase.cpp993 for (int i = SuperRegRC.find_first(); i >= 0; i = SuperRegRC.find_next(i)) {
/external/llvm/include/llvm/ADT/
H A DSmallBitVector.h226 /// find_next - Returns the index of the next set bit following the
228 int find_next(unsigned Prev) const { function in class:llvm::SmallBitVector
241 return getPointer()->find_next(Prev);
H A DSparseBitVector.h149 /// find_next - Returns the index of the next set bit starting from the
151 int find_next(unsigned Curr) const {
375 int NextSetBitNumber = Iter->find_next(BitNumber % ElementSize) ;
H A DBitVector.h170 /// find_next - Returns the index of the next set bit following the
172 int find_next(unsigned Prev) const { function in class:llvm::BitVector
/external/llvm/unittests/ADT/
H A DBitVectorTest.cpp77 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) {
107 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) {
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.h125 void FindInPage(Browser* browser, bool find_next, bool forward_direction);
H A Dbrowser_commands.cc965 void FindInPage(Browser* browser, bool find_next, bool forward_direction) { argument
967 if (find_next) {
H A Dbrowser.h782 void FindInPage(bool find_next, bool forward_direction);
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2988 for (int LI = Loops.find_first(); LI >= 0; LI = Loops.find_next(LI)) {
3259 for (int VI = BV.find_first(); VI >= 0; VI = BV.find_next(VI)) {
3261 if (BV.find_next(VI) >= 0)
3498 for (int SI = Separable.find_first(); SI >= 0; SI = Separable.find_next(SI)) {
3537 for (int SI = Coupled.find_first(); SI >= 0; SI = Coupled.find_next(SI)) {
3543 for (int SJ = Group.find_first(); SJ >= 0; SJ = Group.find_next(SJ)) {
3553 for (int SJ = Sivs.find_first(); SJ >= 0; SJ = Sivs.find_next(SJ)) {
3577 for (int SJ = Mivs.find_first(); SJ >= 0; SJ = Mivs.find_next(SJ)) {
3611 for (int SJ = Mivs.find_first(); SJ >= 0; SJ = Mivs.find_next(SJ)) {
3624 for (int SJ = Mivs.find_first(); SJ >= 0; SJ = Mivs.find_next(S
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp328 for (int R = AllocSet.find_first(); R != -1; R = AllocSet.find_next(R))
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp881 for (int s = SC.find_first(); s >= 0; s = SC.find_next(s)) {
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp208 return UsedByIndices.find_next(i) != -1;
3775 LUIdx = UsedByIndices.find_next(LUIdx))

Completed in 411 milliseconds