Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2849 bool IsFnInterface = IRP.isFnInterfaceKind();
2858 if (IsFnInterface && (!FnScope || !A.isFunctionIPOAmendable(*FnScope)))
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4150 bool IsFnInterface = IRP.isFnInterfaceKind(); in initialize() local
4152 if (IsFnInterface && (!FnScope || !A.isFunctionIPOAmendable(*FnScope))) { in initialize()