HomeSort by relevance Sort by last modified time
    Searched defs:Branches (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.cpp 96 // Branches are the only insns that can change the PC,
269 // Check legal use of branches.
274 unsigned Branches = 0, Returns = 0, NewIndirectBranches = 0,
286 ++Branches;
306 if (Branches) // FIXME: should "Defs.count(Hexagon::PC)" be here too?
314 if (Branches > 1)
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c 80 struct branch_info * Branches;
547 s->Branches, s->CurrentBranchDepth, s->BranchesReserved, 1);
549 branch = &s->Branches[s->CurrentBranchDepth++];
566 branch = &s->Branches[s->CurrentBranchDepth - 1];
578 branch = &s->Branches[s->CurrentBranchDepth - 1];
radeon_emulate_branches.c 52 struct branch_info * Branches;
64 s->Branches, s->BranchCount, s->BranchReserved, 1);
68 branch = &s->Branches[s->BranchCount++];
73 * it at ENDIF time and it might be overwritten in both branches. */
93 rc_error(s->C, "Encountered ELSE outside of branches");
99 branch = &s->Branches[s->BranchCount - 1];
204 rc_error(s->C, "Encountered ENDIF outside of branches");
210 branch = &s->Branches[s->BranchCount - 1];
305 * Remove branch instructions; instead, execute both branches
  /external/llvm/include/llvm/Support/
GCOV.h 384 : Name(Name), LogicalLines(0), LinesExec(0), Branches(0),
392 uint32_t Branches;
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc 574 // Stash info about branches, for stub generation.
    [all...]

Completed in 822 milliseconds