Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2565 auto CallSitePred = [&](Instruction &I) -> bool { in identifyDefaultAbstractAttributes() local
2639 nullptr, OpcodeInstMap, CallSitePred, nullptr, nullptr, in identifyDefaultAbstractAttributes()
H A DAttributorAttributes.cpp2347 auto CallSitePred = [&](AbstractCallSite ACS) { in updateImpl() local
2354 if (A.checkForAllCallSites(CallSitePred, *this, true, AllCallSitesKnown)) { in updateImpl()