reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
73 BlockInfo.resize(MF->getNumBlockIDs()); 81 BlockInfo.clear(); 99 FixedBlockInfo *FBI = &BlockInfo[MBB->getNumber()]; 145 assert(BlockInfo[MBBNum].hasResources() && 158 BlockInfo.resize(MTM.BlockInfo.size()); 160 ProcResourceDepths.resize(MTM.BlockInfo.size() * PRKinds); 161 ProcResourceHeights.resize(MTM.BlockInfo.size() * PRKinds); 399 BlockInfo[MBB->getNumber()].invalidate(); 409 assert(BlockInfo.size() == MF->getNumBlockIDs() && "Outdated BlockInfo size"); 1216 Instrs += TE.MTM.BlockInfo[getBlockNum()].InstrCount;