Searched refs:ProfileBlockInfos (Results 1 – 2 of 2) sorted by relevance
489 ProfileBlockInfos.push_back(Global); in saveBlockInfoPtrs()523 if (ProfileBlockInfos.empty() && DisposeGlobalVariablesAfterLowering) { in lowerGlobals()546 for (const VariableDeclaration *PBI : ProfileBlockInfos) { in lowerProfileData()
512 std::vector<VariableDeclaration *> ProfileBlockInfos; variable