HomeSort by relevance Sort by last modified time
    Searched refs:itb (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
nds32-dis.c 81 static asymbol *itb = NULL; local
85 /* Lookup itb symbol. */
86 if (!itb)
96 itb = info->symtab[i];
101 if (itb == NULL)
102 itb = (void *) -1;
105 if (itb == (void *) -1)
108 isec_vma = itb->section->vma;
109 isec_vma = itb->section->vma - bfd_asymbol_value (itb);
    [all...]
  /art/compiler/optimizing/
ssa_builder.cc 28 for (HReversePostOrderIterator itb(*graph_); !itb.Done(); itb.Advance()) {
29 for (HInstructionIterator it(itb.Current()->GetInstructions()); !it.Done(); it.Advance()) {
60 for (HReversePostOrderIterator itb(*graph_); !itb.Done(); itb.Advance()) {
61 for (HInstructionIterator it(itb.Current()->GetPhis()); !it.Done(); it.Advance()) {
induction_var_analysis.cc 472 auto itb = cycle_.find(phi->InputAt(i)); local
473 if (itb == cycle_.end() ||
474 !HInductionVarAnalysis::InductionEqual(ita->second, itb->second)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shdeprecated.h     [all...]

Completed in 218 milliseconds