HomeSort by relevance Sort by last modified time
    Searched refs:pickTracePred (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 312 virtual const MachineBasicBlock *pickTracePred(const MachineBasicBlock*) =0;
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 284 // pickTracePred() is called on the post-ordered blocks. During the downwards
306 const MachineBasicBlock *pickTracePred(const MachineBasicBlock*) override;
317 MinInstrCountEnsemble::pickTracePred(const MachineBasicBlock *MBB) {
476 TBI.Pred = pickTracePred(*I);
    [all...]

Completed in 69 milliseconds