Searched refs:BlockOffsets (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp45 unsigned measureFunction(OffsetVector &BlockOffsets,
47 bool expandBranches(OffsetVector &BlockOffsets);
79 /// Measure each basic block, fill the BlockOffsets, and return the size of
81 unsigned MSP430BSel::measureFunction(OffsetVector &BlockOffsets, argument
93 BlockOffsets.resize(MF->getNumBlockIDs());
95 unsigned TotalSize = BlockOffsets[Begin->getNumber()];
97 BlockOffsets[MBB.getNumber()] = TotalSize;
107 bool MSP430BSel::expandBranches(OffsetVector &BlockOffsets) { argument
133 BlockOffsets[DestBB->getNumber()] - BlockOffsets[MB
236 OffsetVector BlockOffsets; local
[all...]

Completed in 61 milliseconds