OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FixedBlockInfo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h
90
struct
FixedBlockInfo
{
98
FixedBlockInfo
() : InstrCount(~0u), HasCalls(false) {}
108
const
FixedBlockInfo
*getResources(const MachineBasicBlock*);
358
SmallVector<
FixedBlockInfo
, 4> BlockInfo;
/external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp
83
const MachineTraceMetrics::
FixedBlockInfo
*
86
FixedBlockInfo
*FBI = &BlockInfo[MBB->getNumber()];
185
const
FixedBlockInfo
*PredFBI = MTM.getResources(TBI->Pred);
[
all
...]
Completed in 29 milliseconds