Home
last modified time | relevance | path

Searched refs:getAssociatedFunction (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp610 this->getIRPosition().getAssociatedFunction(); in updateImpl()
788 Function *F = getAssociatedFunction(); in initialize()
799 Function *F = getAssociatedFunction(); in updateImpl()
847 Function *F = getAssociatedFunction(); in initialize()
966 getAssociatedFunction()->getReturnType())) { in manifest()
1388 Function *F = getAssociatedFunction(); in initialize()
1399 Function *F = getAssociatedFunction(); in updateImpl()
1453 Function *F = getAssociatedFunction(); in initialize()
1464 Function *F = getAssociatedFunction(); in updateImpl()
1903 Function *F = getAssociatedFunction(); in initialize()
[all …]
H A DAttributor.cpp445 AttrList = getAssociatedFunction()->getAttributes(); in getAttrsFromIRAttr()
770 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllCallSites()
881 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValuesAndReturnInsts()
901 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllReturnedValues()
950 const Function *AssociatedFunction = IRP.getAssociatedFunction(); in checkForAllInstructions()
974 QueryingAA.getIRPosition().getAssociatedFunction(); in checkForAllReadWriteInstructions()
H A DOpenMPOpt.cpp2177 if (Getter.Declaration == getAssociatedFunction()) { in initialize()
2264 *this, IRPosition::returned(*getAssociatedFunction()), in updateImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h325 assert(IRP.getAssociatedFunction());
326 return IRPosition::function(*IRP.getAssociatedFunction(), CBContext);
354 Function *getAssociatedFunction() const { in getAssociatedFunction() function
420 return getAssociatedFunction()->getReturnType(); in getAssociatedType()
518 AttrList = getAssociatedFunction()->getAttributes(); in removeAttrs()
527 getAssociatedFunction()->setAttributes(AttrList); in removeAttrs()
2840 assert(I->getFunction() == getIRPosition().getAssociatedFunction() &&