HomeSort by relevance Sort by last modified time
    Searched defs:TBI (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 176 /// Assuming that this is a dominator of TBI, determine if it contains
181 /// Also returns true when TBI == this.
182 bool isUsefulDominator(const TraceBlockInfo &TBI) const {
183 // The trace for TBI may not even be calculated yet.
184 if (!hasValidDepth() || !TBI.hasValidDepth())
187 if (Head != TBI.Head)
189 // It is almost always the case that TBI belongs to the same trace as
192 // same trace as TBI. This is not a big problem as long as it doesn't
194 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
239 TraceBlockInfo &TBI;
    [all...]
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 165 TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()];
170 if (!TBI->Pred) {
171 TBI->InstrDepth = 0;
172 TBI->Head = MBB->getNumber();
180 unsigned PredNum = TBI->Pred->getNumber();
183 const FixedBlockInfo *PredFBI = MTM.getResources(TBI->Pred);
184 TBI->InstrDepth = PredTBI->InstrDepth + PredFBI->InstrCount;
185 TBI->Head = PredTBI->Head;
198 TraceBlockInfo *TBI = &BlockInfo[MBB->getNumber()];
203 TBI->InstrHeight = MTM.getResources(MBB)->InstrCount
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 178 /// Assuming that this is a dominator of TBI, determine if it contains
183 /// Also returns true when TBI == this.
184 bool isUsefulDominator(const TraceBlockInfo &TBI) const {
185 // The trace for TBI may not even be calculated yet.
186 if (!hasValidDepth() || !TBI.hasValidDepth())
189 if (Head != TBI.Head)
191 // It is almost always the case that TBI belongs to the same trace as
194 // same trace as TBI. This is not a big problem as long as it doesn't
196 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
241 TraceBlockInfo &TBI;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineTraceMetrics.h 178 /// Assuming that this is a dominator of TBI, determine if it contains
183 /// Also returns true when TBI == this.
184 bool isUsefulDominator(const TraceBlockInfo &TBI) const {
185 // The trace for TBI may not even be calculated yet.
186 if (!hasValidDepth() || !TBI.hasValidDepth())
189 if (Head != TBI.Head)
191 // It is almost always the case that TBI belongs to the same trace as
194 // same trace as TBI. This is not a big problem as long as it doesn't
196 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
241 TraceBlockInfo &TBI;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineTraceMetrics.h 178 /// Assuming that this is a dominator of TBI, determine if it contains
183 /// Also returns true when TBI == this.
184 bool isUsefulDominator(const TraceBlockInfo &TBI) const {
185 // The trace for TBI may not even be calculated yet.
186 if (!hasValidDepth() || !TBI.hasValidDepth())
189 if (Head != TBI.Head)
191 // It is almost always the case that TBI belongs to the same trace as
194 // same trace as TBI. This is not a big problem as long as it doesn't
196 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
241 TraceBlockInfo &TBI;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineTraceMetrics.h 195 /// Assuming that this is a dominator of TBI, determine if it contains
200 /// Also returns true when TBI == this.
201 bool isUsefulDominator(const TraceBlockInfo &TBI) const {
202 // The trace for TBI may not even be calculated yet.
203 if (!hasValidDepth() || !TBI.hasValidDepth())
206 if (Head != TBI.Head)
208 // It is almost always the case that TBI belongs to the same trace as
211 // same trace as TBI. This is not a big problem as long as it doesn't
213 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
258 TraceBlockInfo &TBI;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineTraceMetrics.h 195 /// Assuming that this is a dominator of TBI, determine if it contains
200 /// Also returns true when TBI == this.
201 bool isUsefulDominator(const TraceBlockInfo &TBI) const {
202 // The trace for TBI may not even be calculated yet.
203 if (!hasValidDepth() || !TBI.hasValidDepth())
206 if (Head != TBI.Head)
208 // It is almost always the case that TBI belongs to the same trace as
211 // same trace as TBI. This is not a big problem as long as it doesn't
213 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
258 TraceBlockInfo &TBI;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineTraceMetrics.h 195 /// Assuming that this is a dominator of TBI, determine if it contains
200 /// Also returns true when TBI == this.
201 bool isUsefulDominator(const TraceBlockInfo &TBI) const {
202 // The trace for TBI may not even be calculated yet.
203 if (!hasValidDepth() || !TBI.hasValidDepth())
206 if (Head != TBI.Head)
208 // It is almost always the case that TBI belongs to the same trace as
211 // same trace as TBI. This is not a big problem as long as it doesn't
213 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
258 TraceBlockInfo &TBI;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineTraceMetrics.h 195 /// Assuming that this is a dominator of TBI, determine if it contains
200 /// Also returns true when TBI == this.
201 bool isUsefulDominator(const TraceBlockInfo &TBI) const {
202 // The trace for TBI may not even be calculated yet.
203 if (!hasValidDepth() || !TBI.hasValidDepth())
206 if (Head != TBI.Head)
208 // It is almost always the case that TBI belongs to the same trace as
211 // same trace as TBI. This is not a big problem as long as it doesn't
213 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
258 TraceBlockInfo &TBI;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 178 /// Assuming that this is a dominator of TBI, determine if it contains
183 /// Also returns true when TBI == this.
184 bool isUsefulDominator(const TraceBlockInfo &TBI) const {
185 // The trace for TBI may not even be calculated yet.
186 if (!hasValidDepth() || !TBI.hasValidDepth())
189 if (Head != TBI.Head)
191 // It is almost always the case that TBI belongs to the same trace as
194 // same trace as TBI. This is not a big problem as long as it doesn't
196 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
241 TraceBlockInfo &TBI;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineTraceMetrics.h 178 /// Assuming that this is a dominator of TBI, determine if it contains
183 /// Also returns true when TBI == this.
184 bool isUsefulDominator(const TraceBlockInfo &TBI) const {
185 // The trace for TBI may not even be calculated yet.
186 if (!hasValidDepth() || !TBI.hasValidDepth())
189 if (Head != TBI.Head)
191 // It is almost always the case that TBI belongs to the same trace as
194 // same trace as TBI. This is not a big problem as long as it doesn't
196 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
241 TraceBlockInfo &TBI;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineTraceMetrics.h 178 /// Assuming that this is a dominator of TBI, determine if it contains
183 /// Also returns true when TBI == this.
184 bool isUsefulDominator(const TraceBlockInfo &TBI) const {
185 // The trace for TBI may not even be calculated yet.
186 if (!hasValidDepth() || !TBI.hasValidDepth())
189 if (Head != TBI.Head)
191 // It is almost always the case that TBI belongs to the same trace as
194 // same trace as TBI. This is not a big problem as long as it doesn't
196 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
241 TraceBlockInfo &TBI;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineTraceMetrics.h 195 /// Assuming that this is a dominator of TBI, determine if it contains
200 /// Also returns true when TBI == this.
201 bool isUsefulDominator(const TraceBlockInfo &TBI) const {
202 // The trace for TBI may not even be calculated yet.
203 if (!hasValidDepth() || !TBI.hasValidDepth())
206 if (Head != TBI.Head)
208 // It is almost always the case that TBI belongs to the same trace as
211 // same trace as TBI. This is not a big problem as long as it doesn't
213 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
258 TraceBlockInfo &TBI;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineTraceMetrics.h 195 /// Assuming that this is a dominator of TBI, determine if it contains
200 /// Also returns true when TBI == this.
201 bool isUsefulDominator(const TraceBlockInfo &TBI) const {
202 // The trace for TBI may not even be calculated yet.
203 if (!hasValidDepth() || !TBI.hasValidDepth())
206 if (Head != TBI.Head)
208 // It is almost always the case that TBI belongs to the same trace as
211 // same trace as TBI. This is not a big problem as long as it doesn't
213 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
258 TraceBlockInfo &TBI;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineTraceMetrics.h 195 /// Assuming that this is a dominator of TBI, determine if it contains
200 /// Also returns true when TBI == this.
201 bool isUsefulDominator(const TraceBlockInfo &TBI) const {
202 // The trace for TBI may not even be calculated yet.
203 if (!hasValidDepth() || !TBI.hasValidDepth())
206 if (Head != TBI.Head)
208 // It is almost always the case that TBI belongs to the same trace as
211 // same trace as TBI. This is not a big problem as long as it doesn't
213 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
258 TraceBlockInfo &TBI;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineTraceMetrics.h 195 /// Assuming that this is a dominator of TBI, determine if it contains
200 /// Also returns true when TBI == this.
201 bool isUsefulDominator(const TraceBlockInfo &TBI) const {
202 // The trace for TBI may not even be calculated yet.
203 if (!hasValidDepth() || !TBI.hasValidDepth())
206 if (Head != TBI.Head)
208 // It is almost always the case that TBI belongs to the same trace as
211 // same trace as TBI. This is not a big problem as long as it doesn't
213 return HasValidInstrDepths && InstrDepth <= TBI.InstrDepth;
258 TraceBlockInfo &TBI;
    [all...]

Completed in 448 milliseconds