OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BTB
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp
1110
BitTestBlock *
BTB
= &SL->BitTestCases[I->BTCasesIndex];
1112
for (BitTestCase &BTC :
BTB
->Cases)
1116
BTB
->Parent = CurMBB;
1117
BTB
->Default = Fallthrough;
1119
BTB
->DefaultProb = UnhandledProbs;
1123
if (!
BTB
->ContiguousRange) {
1124
BTB
->Prob += DefaultProb / 2;
1125
BTB
->DefaultProb -= DefaultProb / 2;
1130
BTB
->OmitRangeCheck = true;
1135
emitBitTestHeader(*
BTB
, SwitchMBB)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
10649
BitTestBlock *
BTB
= &SL->BitTestCases[I->BTCasesIndex];
10652
for (BitTestCase &BTC :
BTB
->Cases)
10656
BTB
->Parent = CurMBB;
10657
BTB
->Default = Fallthrough;
10659
BTB
->DefaultProb = UnhandledProbs;
10663
if (!
BTB
->ContiguousRange) {
10664
BTB
->Prob += DefaultProb / 2;
10665
BTB
->DefaultProb -= DefaultProb / 2;
10670
BTB
->OmitRangeCheck = true;
10675
visitBitTestHeader(*
BTB
, SwitchMBB)
[
all
...]
Completed in 35 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026