Displaying 20 results from an estimated 25 matches for "profiledebuginfonode".
2013 Jun 20
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
...a few static member functions in MDNode to profile DI nodes differently.
> + /// If the array of Vals is for debug info, profile it specially and return true.
> + /// If the DI node has a hash value, generate the profile using only the hash value and the declaration flag.
> + static bool profileDebugInfoNode(ArrayRef<Value*> Vals, FoldingSetNodeID &ID);
>
> + /// If the MDNode is for debug info, profile it specially and return true.
> + /// If the DI node has a hash value, generate the profile using only the hash value and the declaration flag.
> + static bool profileDebugInfoNod...
2013 Jun 20
9
[LLVMdev] Proposal: type uniquing of debug info for LTO
...ation is to add a few static member functions in MDNode to profile DI nodes differently.
+ /// If the array of Vals is for debug info, profile it specially and return true.
+ /// If the DI node has a hash value, generate the profile using only the hash value and the declaration flag.
+ static bool profileDebugInfoNode(ArrayRef<Value*> Vals, FoldingSetNodeID &ID);
+ /// If the MDNode is for debug info, profile it specially and return true.
+ /// If the DI node has a hash value, generate the profile using only the hash value and the declaration flag.
+ static bool profileDebugInfoNode(const MDNode *M,...
2013 Jun 20
2
[LLVMdev] Proposal: type uniquing of debug info for LTO
...c member functions in MDNode to profile DI nodes differently.
>> + /// If the array of Vals is for debug info, profile it specially and return true.
>> + /// If the DI node has a hash value, generate the profile using only the hash value and the declaration flag.
>> + static bool profileDebugInfoNode(ArrayRef<Value*> Vals, FoldingSetNodeID &ID);
>>
>> + /// If the MDNode is for debug info, profile it specially and return true.
>> + /// If the DI node has a hash value, generate the profile using only the hash value and the declaration flag.
>> + static bool pr...
2013 Jun 20
2
[LLVMdev] Proposal: type uniquing of debug info for LTO
...ember functions in MDNode
> to profile DI nodes differently.
> + /// If the array of Vals is for debug info, profile it specially and
> return true.
> + /// If the DI node has a hash value, generate the profile using only the
> hash value and the declaration flag.
> + static bool profileDebugInfoNode(ArrayRef<Value*> Vals, FoldingSetNodeID
> &ID);
>
> + /// If the MDNode is for debug info, profile it specially and return true.
> + /// If the DI node has a hash value, generate the profile using only the
> hash value and the declaration flag.
> + static bool profileDe...
2013 Jun 20
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
...ctions in MDNode to profile DI nodes differently.
>>> + /// If the array of Vals is for debug info, profile it specially and return true.
>>> + /// If the DI node has a hash value, generate the profile using only the hash value and the declaration flag.
>>> + static bool profileDebugInfoNode(ArrayRef<Value*> Vals, FoldingSetNodeID &ID);
>>>
>>> + /// If the MDNode is for debug info, profile it specially and return true.
>>> + /// If the DI node has a hash value, generate the profile using only the hash value and the declaration flag.
>>> +...
2013 Jun 20
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
...a few static member functions in MDNode to profile DI nodes differently.
> + /// If the array of Vals is for debug info, profile it specially and return true.
> + /// If the DI node has a hash value, generate the profile using only the hash value and the declaration flag.
> + static bool profileDebugInfoNode(ArrayRef<Value*> Vals, FoldingSetNodeID &ID);
>
> + /// If the MDNode is for debug info, profile it specially and return true.
> + /// If the DI node has a hash value, generate the profile using only the hash value and the declaration flag.
> + static bool profileDebugInfoNod...
2013 Jun 21
2
[LLVMdev] Proposal: type uniquing of debug info for LTO
...e DI nodes differently.
>>> + /// If the array of Vals is for debug info, profile it specially and
>>> return true.
>>> + /// If the DI node has a hash value, generate the profile using only the
>>> hash value and the declaration flag.
>>> + static bool profileDebugInfoNode(ArrayRef<Value*> Vals, FoldingSetNodeID
>>> &ID);
>>>
>>> + /// If the MDNode is for debug info, profile it specially and return true.
>>> + /// If the DI node has a hash value, generate the profile using only the
>>> hash value and the declara...
2013 Jun 21
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
...e
>> to profile DI nodes differently.
>> + /// If the array of Vals is for debug info, profile it specially and
>> return true.
>> + /// If the DI node has a hash value, generate the profile using only the
>> hash value and the declaration flag.
>> + static bool profileDebugInfoNode(ArrayRef<Value*> Vals, FoldingSetNodeID
>> &ID);
>>
>> + /// If the MDNode is for debug info, profile it specially and return true.
>> + /// If the DI node has a hash value, generate the profile using only the
>> hash value and the declaration flag.
>>...
2013 Jun 20
1
[LLVMdev] Proposal: type uniquing of debug info for LTO
...c member functions in MDNode to profile DI nodes differently.
>> + /// If the array of Vals is for debug info, profile it specially and return true.
>> + /// If the DI node has a hash value, generate the profile using only the hash value and the declaration flag.
>> + static bool profileDebugInfoNode(ArrayRef<Value*> Vals, FoldingSetNodeID &ID);
>>
>> + /// If the MDNode is for debug info, profile it specially and return true.
>> + /// If the DI node has a hash value, generate the profile using only the hash value and the declaration flag.
>> + static bool pr...
2013 Jun 21
5
[LLVMdev] Proposal: type uniquing of debug info for LTO
...ember functions in MDNode
> to profile DI nodes differently.
> + /// If the array of Vals is for debug info, profile it specially and
> return true.
> + /// If the DI node has a hash value, generate the profile using only the
> hash value and the declaration flag.
> + static bool profileDebugInfoNode(ArrayRef<Value*> Vals, FoldingSetNodeID
> &ID);
>
> + /// If the MDNode is for debug info, profile it specially and return true.
> + /// If the DI node has a hash value, generate the profile using only the
> hash value and the declaration flag.
> + static bool profileDe...
2013 Jun 21
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
...ly.
>>>> + /// If the array of Vals is for debug info, profile it specially and
>>>> return true.
>>>> + /// If the DI node has a hash value, generate the profile using only the
>>>> hash value and the declaration flag.
>>>> + static bool profileDebugInfoNode(ArrayRef<Value*> Vals, FoldingSetNodeID
>>>> &ID);
>>>>
>>>> + /// If the MDNode is for debug info, profile it specially and return true.
>>>> + /// If the DI node has a hash value, generate the profile using only the
>>>> hash...
2013 Jun 21
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
...e
>> to profile DI nodes differently.
>> + /// If the array of Vals is for debug info, profile it specially and
>> return true.
>> + /// If the DI node has a hash value, generate the profile using only the
>> hash value and the declaration flag.
>> + static bool profileDebugInfoNode(ArrayRef<Value*> Vals, FoldingSetNodeID
>> &ID);
>>
>> + /// If the MDNode is for debug info, profile it specially and return true.
>> + /// If the DI node has a hash value, generate the profile using only the
>> hash value and the declaration flag.
>>...
2013 Jun 21
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
...e
>> to profile DI nodes differently.
>> + /// If the array of Vals is for debug info, profile it specially and
>> return true.
>> + /// If the DI node has a hash value, generate the profile using only the
>> hash value and the declaration flag.
>> + static bool profileDebugInfoNode(ArrayRef<Value*> Vals, FoldingSetNodeID
>> &ID);
>>
>> + /// If the MDNode is for debug info, profile it specially and return true.
>> + /// If the DI node has a hash value, generate the profile using only the
>> hash value and the declaration flag.
>>...
2013 Jun 21
3
[LLVMdev] Proposal: type uniquing of debug info for LTO
...> + /// If the array of Vals is for debug info, profile it specially and
>>>>> return true.
>>>>> + /// If the DI node has a hash value, generate the profile using only the
>>>>> hash value and the declaration flag.
>>>>> + static bool profileDebugInfoNode(ArrayRef<Value*> Vals, FoldingSetNodeID
>>>>> &ID);
>>>>>
>>>>> + /// If the MDNode is for debug info, profile it specially and return true.
>>>>> + /// If the DI node has a hash value, generate the profile using only the
>>...
2013 Jun 21
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
...ly.
>>>> + /// If the array of Vals is for debug info, profile it specially and
>>>> return true.
>>>> + /// If the DI node has a hash value, generate the profile using only the
>>>> hash value and the declaration flag.
>>>> + static bool profileDebugInfoNode(ArrayRef<Value*> Vals, FoldingSetNodeID
>>>> &ID);
>>>>
>>>> + /// If the MDNode is for debug info, profile it specially and return true.
>>>> + /// If the DI node has a hash value, generate the profile using only the
>>>> hash...
2013 Jun 21
5
[LLVMdev] Proposal: type uniquing of debug info for LTO
...e DI nodes differently.
>>> + /// If the array of Vals is for debug info, profile it specially and
>>> return true.
>>> + /// If the DI node has a hash value, generate the profile using only the
>>> hash value and the declaration flag.
>>> + static bool profileDebugInfoNode(ArrayRef<Value*> Vals, FoldingSetNodeID
>>> &ID);
>>>
>>> + /// If the MDNode is for debug info, profile it specially and return true.
>>> + /// If the DI node has a hash value, generate the profile using only the
>>> hash value and the declara...
2013 Jun 21
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
...e array of Vals is for debug info, profile it specially and
>>>>>> return true.
>>>>>> + /// If the DI node has a hash value, generate the profile using only the
>>>>>> hash value and the declaration flag.
>>>>>> + static bool profileDebugInfoNode(ArrayRef<Value*> Vals, FoldingSetNodeID
>>>>>> &ID);
>>>>>>
>>>>>> + /// If the MDNode is for debug info, profile it specially and return true.
>>>>>> + /// If the DI node has a hash value, generate the profile using...
2013 Jun 21
2
[LLVMdev] Proposal: type uniquing of debug info for LTO
...differently.
> >> + /// If the array of Vals is for debug info, profile it specially and
> >> return true.
> >> + /// If the DI node has a hash value, generate the profile using only
> the
> >> hash value and the declaration flag.
> >> + static bool profileDebugInfoNode(ArrayRef<Value*> Vals,
> FoldingSetNodeID
> >> &ID);
> >>
> >> + /// If the MDNode is for debug info, profile it specially and return
> true.
> >> + /// If the DI node has a hash value, generate the profile using only
> the
> >> hash v...
2013 Jun 21
1
[LLVMdev] Proposal: type uniquing of debug info for LTO
...is for debug info, profile it specially and
>>>>>>> return true.
>>>>>>> + /// If the DI node has a hash value, generate the profile using only the
>>>>>>> hash value and the declaration flag.
>>>>>>> + static bool profileDebugInfoNode(ArrayRef<Value*> Vals, FoldingSetNodeID
>>>>>>> &ID);
>>>>>>>
>>>>>>> + /// If the MDNode is for debug info, profile it specially and return true.
>>>>>>> + /// If the DI node has a hash value, generate th...
2013 Jun 21
3
[LLVMdev] Proposal: type uniquing of debug info for LTO
...// If the array of Vals is for debug info, profile it specially and
> >> >> return true.
> >> >> + /// If the DI node has a hash value, generate the profile using only the
> >> >> hash value and the declaration flag.
> >> >> + static bool profileDebugInfoNode(ArrayRef<Value*> Vals, FoldingSetNodeID
> >> >> &ID);
> >> >>
> >> >> + /// If the MDNode is for debug info, profile it specially and return true.
> >> >> + /// If the DI node has a hash value, generate the profile using only the...