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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp244 // used together in that unit (GlobalUsesByFunction).
285 DenseMap<Function *, size_t /*UsedGlobalSetIdx*/> GlobalUsesByFunction; local
338 size_t UGSIdx = GlobalUsesByFunction[ParentFn];
351 GlobalUsesByFunction[ParentFn] = CurGVOnlySetIdx;
368 GlobalUsesByFunction[ParentFn] = ExpandedIdx;
374 GlobalUsesByFunction[ParentFn] = EncounteredUGS[UGSIdx] =

Completed in 96 milliseconds