Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h3026 bool IsFnInterface = IRP.isFnInterfaceKind();
3035 if (IsFnInterface && (!FnScope || !A.isFunctionIPOAmendable(*FnScope)))
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4858 bool IsFnInterface = IRP.isFnInterfaceKind(); in initialize() local
4860 if (IsFnInterface && (!FnScope || !A.isFunctionIPOAmendable(*FnScope))) { in initialize()