Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1446 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllCallSites() local
1447 if (!AssociatedFunction) { in checkForAllCallSites()
1566 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValuesAndReturnInsts() local
1567 if (!AssociatedFunction) in checkForAllReturnedValuesAndReturnInsts()
1586 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValues() local
1587 if (!AssociatedFunction) in checkForAllReturnedValues()
1592 *AssociatedFunction, QueryingAA.getCallBaseContext()); in checkForAllReturnedValues()
1667 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllInstructions() local
1677 const Function *AssociatedFunction = in checkForAllReadWriteInstructions() local
1679 if (!AssociatedFunction) in checkForAllReadWriteInstructions()
[all …]
H A DAttributorAttributes.cpp570 const Function *AssociatedFunction = in updateImpl() local
572 if (!AssociatedFunction) in updateImpl()
581 *AssociatedFunction, IntroduceCallBaseContext ? &CBContext : nullptr); in updateImpl()
10643 Function *AssociatedFunction = getAssociatedFunction(); in manifest() local
10645 bool Changed = addAssumptions(*AssociatedFunction, Assumptions.getSet()); in manifest()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp1398 ExprResult AssociatedFunction; in ParseOMPDeclareVariantClauses() local
1404 AssociatedFunction = ParseOpenMPParensExpr( in ParseOMPDeclareVariantClauses()
1408 if (!AssociatedFunction.isUsable()) { in ParseOMPDeclareVariantClauses()
1492 Ptr, AssociatedFunction.get(), TI, AppendArgs.size(), in ParseOMPDeclareVariantClauses()