Home
last modified time | relevance | path

Searched refs:AssociatedFunction (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp770 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllCallSites() local
771 if (!AssociatedFunction) { in checkForAllCallSites()
778 return checkForAllCallSites(Pred, *AssociatedFunction, RequireAllCallSites, in checkForAllCallSites()
881 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValuesAndReturnInsts() local
882 if (!AssociatedFunction) in checkForAllReturnedValuesAndReturnInsts()
888 const IRPosition &QueryIRP = IRPosition::function(*AssociatedFunction); in checkForAllReturnedValuesAndReturnInsts()
901 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValues() local
902 if (!AssociatedFunction) in checkForAllReturnedValues()
907 *AssociatedFunction, QueryingAA.getCallBaseContext()); in checkForAllReturnedValues()
950 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllInstructions() local
[all …]
H A DAttributorAttributes.cpp609 const Function *AssociatedFunction = in updateImpl() local
611 if (!AssociatedFunction) in updateImpl()
620 *AssociatedFunction, IntroduceCallBaseContext ? &CBContext : nullptr); in updateImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp1383 ExprResult AssociatedFunction; in ParseOMPDeclareVariantClauses() local
1389 AssociatedFunction = ParseOpenMPParensExpr( in ParseOMPDeclareVariantClauses()
1393 if (!AssociatedFunction.isUsable()) { in ParseOMPDeclareVariantClauses()
1410 Ptr, AssociatedFunction.get(), TI, in ParseOMPDeclareVariantClauses()