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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp166 unsigned InstrCount, FunctionSize = 0; local
172 FunctionSize = F.getInstructionCount();
200 if (NewSize != FunctionSize) {
202 static_cast<int64_t>(FunctionSize);
206 FunctionSize = NewSize;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h306 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize;
429 static const unsigned FunctionSize = 3 * sizeof(uint64_t); member in class:llvm::StackMapParser::LocationKind
433 return FunctionListOffset + FunctionIndex * FunctionSize;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp238 unsigned FunctionSize = measureFunction(BlockOffsets); local
242 if (isInRage(FunctionSize)) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp104 unsigned FunctionSize = 0; member in struct:__anon4832::GlobalStats
436 GlobalStats.FunctionSize += BytesInThisScope;
645 printDatum(OS, "#bytes witin functions", GlobalStats.FunctionSize);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp1491 unsigned InstrCount, FunctionSize = 0; local
1497 FunctionSize = F.getInstructionCount();
1522 if (NewSize != FunctionSize) {
1524 static_cast<int64_t>(FunctionSize);
1528 FunctionSize = NewSize;

Completed in 137 milliseconds