Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2123 auto CallSitePred = [&](Instruction &I) -> bool { in identifyDefaultAbstractAttributes() local
2196 nullptr, OpcodeInstMap, CallSitePred, nullptr, nullptr, in identifyDefaultAbstractAttributes()
H A DAttributorAttributes.cpp1851 auto CallSitePred = [&](AbstractCallSite ACS) { in updateImpl() local
1858 if (A.checkForAllCallSites(CallSitePred, *this, true, AllCallSitesKnown)) { in updateImpl()