Home
last modified time | relevance | path

Searched refs:ProfileVarsComdat (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp343 Comdat *ProfileVarsComdat = nullptr; in getOrCreateRegionCounters() local
344 ProfileVarsComdat = getOrCreateProfileComdat(*M, *Fn, Inc); in getOrCreateRegionCounters()
358 CounterPtr->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters()
379 ValuesVar->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters()
412 Data->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp717 Comdat *ProfileVarsComdat = nullptr; in getOrCreateRegionCounters() local
718 ProfileVarsComdat = getOrCreateProfileComdat(*M, *Fn, Inc); in getOrCreateRegionCounters()
733 CounterPtr->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters()
754 ValuesVar->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters()
787 Data->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters()