search for: lprofvalueprofnodes

Displaying 3 results from an estimated 3 matches for "lprofvalueprofnodes".

2017 Dec 19
3
Question about : lprofValueProfNodes
...but I can’t find where it is used? And the comment on it does not say much about why we need it either. Can someone explain why we need this and where it is used? /* A shared static pool in addition to the vnodes statically * allocated by the compiler. */ COMPILER_RT_VISIBILITY ValueProfNode lprofValueProfNodes[INSTR_PROF_VNODE_POOL_SIZE] COMPILER_RT_SECTION(COMPILER_RT_SEG INSTR_PROF_VNODES_SECT_NAME_STR); Thanks A -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171219/ad63ed25/attachment.html>
2017 Dec 20
2
Question about : lprofValueProfNodes
...of Vedant Kumar <vsk at apple.com> Date: Tuesday, December 19, 2017 at 11:32 AM To: "Moshtaghi, Alireza" <Alireza.Moshtaghi at netapp.com> Cc: llvm-dev <llvm-dev at lists.llvm.org>, Xinliang David Li <davidxl at google.com> Subject: Re: [llvm-dev] Question about : lprofValueProfNodes Hi, On Dec 19, 2017, at 10:26 AM, Moshtaghi, Alireza via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: Hi This array is defined in compiler-rt: InstrProfilingValue.c but I can’t find where it is used? It's used in allocateOneNode(). Incrementin...
2017 Dec 20
2
Question about : lprofValueProfNodes
...t apple.com> > Date: Tuesday, December 19, 2017 at 11:32 AM > To: "Moshtaghi, Alireza" <Alireza.Moshtaghi at netapp.com> > Cc: llvm-dev <llvm-dev at lists.llvm.org>, Xinliang David Li < > davidxl at google.com> > Subject: Re: [llvm-dev] Question about : lprofValueProfNodes > > Hi, > > > On Dec 19, 2017, at 10:26 AM, Moshtaghi, Alireza via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > Hi > This array is defined in compiler-rt: InstrProfilingValue.c but I can’t > find where it is used? > > It's used in allocateOneNode...