Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2244 bool IsFnInterface = IRP.isFnInterfaceKind();
2253 if (IsFnInterface && (!FnScope || !A.isFunctionIPOAmendable(*FnScope)))
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3502 bool IsFnInterface = IRP.isFnInterfaceKind(); in initialize() local
3504 if (IsFnInterface && (!FnScope || !A.isFunctionIPOAmendable(*FnScope))) { in initialize()