OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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*);
317
MinInstrCountEnsemble::
pickTracePred
(const MachineBasicBlock *MBB) {
476
TBI.Pred =
pickTracePred
(*I);
[
all
...]
Completed in 34 milliseconds