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

  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 180 unsigned PredNum = TBI->Pred->getNumber();
181 TraceBlockInfo *PredTBI = &BlockInfo[PredNum];
188 ArrayRef<unsigned> PredPRDepths = getProcResourceDepths(PredNum);
189 ArrayRef<unsigned> PredPRCycles = MTM.getProcResourceCycles(PredNum);
    [all...]
ScheduleDAGInstrs.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 192 unsigned PredNum = TBI->Pred->getNumber();
193 TraceBlockInfo *PredTBI = &BlockInfo[PredNum];
200 ArrayRef<unsigned> PredPRDepths = getProcResourceDepths(PredNum);
201 ArrayRef<unsigned> PredPRCycles = MTM.getProcResourceCycles(PredNum);
    [all...]
ScheduleDAGInstrs.cpp     [all...]

Completed in 181 milliseconds