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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3075 static uint64_t countMBBInstruction(MachineBasicBlock *MBB) { function
3088 return DupThreshold.getFrequency() * countMBBInstruction(BB);

Completed in 114 milliseconds