OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TBI
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineTraceMetrics.cpp
177
TraceBlockInfo *
TBI
= &BlockInfo[MBB->getNumber()];
182
if (!
TBI
->Pred) {
183
TBI
->InstrDepth = 0;
184
TBI
->Head = MBB->getNumber();
192
unsigned PredNum =
TBI
->Pred->getNumber();
195
const FixedBlockInfo *PredFBI = MTM.getResources(
TBI
->Pred);
196
TBI
->InstrDepth = PredTBI->InstrDepth + PredFBI->InstrCount;
197
TBI
->Head = PredTBI->Head;
210
TraceBlockInfo *
TBI
= &BlockInfo[MBB->getNumber()];
215
TBI
->InstrHeight = MTM.getResources(MBB)->InstrCount
[
all
...]
/src/external/gpl2/groff/font/devlbp/
Makefile
10
TB
TBI
TI TR CR CB CI ER EB EI
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h
194
/// Assuming that this is a dominator of
TBI
, determine if it contains
199
/// Also returns true when
TBI
== this.
200
bool isUsefulDominator(const TraceBlockInfo &
TBI
) const {
201
// The trace for
TBI
may not even be calculated yet.
202
if (!hasValidDepth() || !
TBI
.hasValidDepth())
205
if (Head !=
TBI
.Head)
207
// It is almost always the case that
TBI
belongs to the same trace as
210
// same trace as
TBI
. This is not a big problem as long as it doesn't
212
return HasValidInstrDepths && InstrDepth <=
TBI
.InstrDepth;
257
TraceBlockInfo &
TBI
;
[
all
...]
/src/external/gpl2/groff/dist/font/devdvi/
TBI
4
name
TBI
/src/external/gpl2/groff/font/devdvi/
Makefile
9
TR TI TB
TBI
CW CWI HR HI HB HBI \
/src/external/gpl2/groff/font/devlj4/
Makefile
13
LGB LGI LGR OB OBI OI OR TB
TBI
TI TR \
/src/external/gpl2/groff/font/devps/
Makefile
11
NB NBI NI NR PB PBI PI PR TB
TBI
TI TR ZCMI \
/src/external/gpl2/groff/dist/font/devdvi/generate/
Makefile
32
FONTS=TR TI TB
TBI
CW CWI HR HI HB HBI \
59
TBI
: $(srcdir)/texi.map
/src/external/gpl2/groff/dist/font/devlj4/generate/
Makefile
56
TB
TBI
TI TR \
82
TBI
: $(AUTOFONT)/9nb00085.tfm $(TEXTMAP)
/src/external/gpl2/groff/dist/font/devps/generate/
Makefile
38
HNI HNR NB NBI NI NR PB PBI PI PR TB
TBI
TI TR ZCMI
66
TBI
:
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp
1900
if (BranchInst *
TBI
= dyn_cast<BranchInst>(BBI->getTerminator()))
1901
InductiveRangeCheck::extractRangeChecksFromBranch(
TBI
, L, SE, BPI,
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026