OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BC2
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CoverageExporterLcov.cpp
144
unsigned
BC2
= NextBranch->FalseExecutionCount;
145
bool BranchNotExecuted = (BC1 == 0 &&
BC2
== 0);
153
OS << ',' << (I == 0 ? BC1 :
BC2
) << '\n';
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp
6900
Value *
BC2
= Builder.CreateBitCast(Shuffle, SVIVecType);
6902
SVI->replaceAllUsesWith(
BC2
);
Completed in 21 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026