Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2554 bool IsFnInterface = IRP.isFnInterfaceKind();
2563 if (IsFnInterface && (!FnScope || !A.isFunctionIPOAmendable(*FnScope)))
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4039 bool IsFnInterface = IRP.isFnInterfaceKind(); in initialize() local
4041 if (IsFnInterface && (!FnScope || !A.isFunctionIPOAmendable(*FnScope))) { in initialize()