Searched refs:BranchCount (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_emulate_branches.c | 53 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/ |
D | gcov.cpp | 96 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/ |
D | gcov.cpp | 96 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/ |
D | GCOV.h | 47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F), in Options() 52 bool BranchCount; member
|
/external/llvm/include/llvm/Support/ |
D | GCOV.h | 38 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F), in Options() 43 bool BranchCount; member
|
/external/llvm/lib/IR/ |
D | GCOV.cpp | 462 else if (Options.BranchCount) in print()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | GCOV.cpp | 480 else if (Options.BranchCount) in print()
|