Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1712 if (Instruction *CtxI = getCtxI()) in initialize()
1771 A, getIRPosition(), *this, T, VisitValueCB, getCtxI())) in updateImpl()
2629 if (UserI == getCtxI() && UserI->getNumOperands() == 1) in isKnownNoAliasDueToNoAliasPreservation()
2636 if (!ReachabilityAA.isAssumedReachable(A, *UserI, *getCtxI())) in isKnownNoAliasDueToNoAliasPreservation()
2812 return I == getCtxI() && isAssumedDead(); in isAssumedDead()
3012 IsAssumedSideEffectFree = isAssumedSideEffectFree(A, getCtxI()); in initialize()
3018 if (IsAssumedSideEffectFree && !isAssumedSideEffectFree(A, getCtxI())) { in updateImpl()
3509 if (Instruction *CtxI = getCtxI()) in initialize()
3651 A, getIRPosition(), *this, T, VisitValueCB, getCtxI())) in updateImpl()
3804 if (Instruction *CtxI = getCtxI()) in initialize()
[all …]
H A DAttributor.cpp471 auto EIt = Explorer.begin(getCtxI()), EEnd = Explorer.end(getCtxI()); in getAttrsFromAssumes()
666 Instruction *CtxI = IRP.getCtxI(); in isAssumedDead()
2297 if (auto *I = getCtxI()) { in print()
H A DOpenMPOpt.cpp2191 A.changeValueAfterManifest(*getCtxI(), **ReplVal); in manifest()
2192 A.deleteAfterManifest(*getCtxI()); in manifest()
2215 ICVTrackingAA.getReplacementValue(AssociatedICV, getCtxI(), A); in updateImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h395 Instruction *getCtxI() const { in getCtxI() function