Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_branches.c53 unsigned int BranchCount; member
64 s->Branches, s->BranchCount, s->BranchReserved, 1); in handle_if()
68 branch = &s->Branches[s->BranchCount++]; in handle_if()
92 if (!s->BranchCount) { in handle_else()
99 branch = &s->Branches[s->BranchCount - 1]; in handle_else()
203 if (!s->BranchCount) { in handle_endif()
210 branch = &s->Branches[s->BranchCount - 1]; in handle_endif()
234 s->BranchCount--; in handle_endif()
273 if (!s->BranchCount) in fix_output_writes()
/external/llvm/tools/llvm-cov/
Dgcov.cpp96 cl::opt<bool> BranchCount("c", cl::Grouping, cl::init(false), in gcovMain() local
99 cl::alias BranchCountA("branch-counts", cl::aliasopt(BranchCount)); in gcovMain()
138 GCOV::Options Options(AllBlocks, BranchProb, BranchCount, FuncSummary, in gcovMain()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
Dgcov.cpp96 cl::opt<bool> BranchCount("c", cl::Grouping, cl::init(false), in gcovMain() local
99 cl::alias BranchCountA("branch-counts", cl::aliasopt(BranchCount)); in gcovMain()
138 GCOV::Options Options(AllBlocks, BranchProb, BranchCount, FuncSummary, in gcovMain()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DGCOV.h47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F), in Options()
52 bool BranchCount; member
/external/llvm/include/llvm/Support/
DGCOV.h38 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F), in Options()
43 bool BranchCount; member
/external/llvm/lib/IR/
DGCOV.cpp462 else if (Options.BranchCount) in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DGCOV.cpp480 else if (Options.BranchCount) in print()