OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallPAL
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp
645
const AttrListPtr &
CallPAL
= CS.getAttributes();
648
if (Attributes attrs =
CallPAL
.getRetAttributes())
660
if (Attributes Attrs =
CallPAL
.getParamAttributes(ArgIndex))
725
if (Attributes Attrs =
CallPAL
.getParamAttributes(ArgIndex))
730
if (Attributes attrs =
CallPAL
.getFnAttributes())
[
all
...]
DeadArgumentElimination.cpp
784
const AttrListPtr &
CallPAL
= CS.getAttributes();
787
Attributes RAttrs =
CallPAL
.getRetAttributes();
788
Attributes FnAttrs =
CallPAL
.getFnAttributes();
804
if (Attributes Attrs =
CallPAL
.getParamAttributes(i + 1))
811
if (Attributes Attrs =
CallPAL
.getParamAttributes(i + 1))
[
all
...]
Completed in 389 milliseconds