Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributor.cpp272 if (IRP.getAnchorScope()) in genericValueTraversal()
274 QueryingAA, IRPosition::function(*IRP.getAnchorScope()), in genericValueTraversal()
1807 getAnchorScope(), in AANonNullImpl()
1864 if (const Function *Fn = getAnchorScope()) in updateImpl()
1954 if (const Function *F = getAnchorScope()) in initialize()
1974 if (ICS.getCalledFunction() == getAnchorScope()) in updateImpl()
2486 if (const Function *F = getAnchorScope()) { in updateImpl()
3178 const Function *FnScope = IRP.getAnchorScope(); in initialize()
3702 Function *AnchorScope = getAnchorScope(); in initialize()
3953 getArgNo() >= 0 ? IRP.getAssociatedFunction() : IRP.getAnchorScope(); in updateImpl()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDAttributor.h300 Function *getAnchorScope() const { in getAnchorScope() function
1077 if (const Function *Fn = IRP.getAnchorScope())
1652 const Function *FnScope = IRP.getAnchorScope();