Home
last modified time | relevance | path

Searched refs:TBI (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp165 TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in computeDepthResources() local
170 if (!TBI->Pred) { in computeDepthResources()
171 TBI->InstrDepth = 0; in computeDepthResources()
172 TBI->Head = MBB->getNumber(); in computeDepthResources()
180 unsigned PredNum = TBI->Pred->getNumber(); in computeDepthResources()
183 const FixedBlockInfo *PredFBI = MTM.getResources(TBI->Pred); in computeDepthResources()
184 TBI->InstrDepth = PredTBI->InstrDepth + PredFBI->InstrCount; in computeDepthResources()
185 TBI->Head = PredTBI->Head; in computeDepthResources()
198 TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()]; in computeHeightResources() local
203 TBI->InstrHeight = MTM.getResources(MBB)->InstrCount; in computeHeightResources()
[all …]
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h182 bool isUsefulDominator(const TraceBlockInfo &TBI) const { in isUsefulDominator()
184 if (!hasValidDepth() || !TBI.hasValidDepth()) in isUsefulDominator()
187 if (Head != TBI.Head) in isUsefulDominator()
194 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth; in isUsefulDominator()
239 TraceBlockInfo &TBI; variable
241 unsigned getBlockNum() const { return &TBI - &TE.BlockInfo[0]; } in getBlockNum()
244 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {} in Trace()
249 return TBI.InstrDepth + TBI.InstrHeight; in getInstrCount()
274 unsigned getCriticalPath() const { return TBI.CriticalPath; } in getCriticalPath()
/external/llvm/test/CodeGen/AArch64/
Dtbi.ll2 ; RUN: | FileCheck --check-prefix=TBI --check-prefix=BOTH %s
7 ; TBI-NOT: and x
18 ; TBI-NOT: and x
30 ; TBI-NOT: and x
40 ; TBI-NOT: and x
50 ; TBI-NOT: and x
61 ; TBI-NOT: and x
73 ; TBI-NOT: and x
85 ; TBI-NOT: and x
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1386 if (BranchInst *TBI = dyn_cast<BranchInst>(BBI->getTerminator())) in runOnLoop() local
1387 InductiveRangeCheck::extractRangeChecksFromBranch(TBI, L, SE, BPI, in runOnLoop()