Home
last modified time | relevance | path

Searched refs:global_size (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMergeStringPool.cpp237 LLVM_DEBUG(dbgs() << "Number of globals is: " << M.global_size() << "\n"); in mergeModuleStringPool()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h698 size_t global_size () const { return GlobalList.size(); } in global_size() function
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp61 return M.getInstructionCount() + M.size() + M.global_size() + M.alias_size(); in getModuleSize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1505 const unsigned InitialGlobalSize = M.global_size(); in runImpl()
1788 M.global_size() != InitialGlobalSize || M.size() != InitialModuleSize; in runImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp856 assert(GVVisited.size() == M.global_size() && "Missed a global variable"); in emitGlobals()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1025 Bits.reserve(M.global_size()); in buildTypeIdentifierMap()