Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1079 InfoCache.IndirectlyCallableFunctions.push_back(Fn); in Attributor()
3310 return IndirectlyCallableFunctions; in getIndirectlyCallableFunctions()
H A DAttributorAttributes.cpp12174 ArrayRef<Function *> IndirectlyCallableFunctions = in initialize() local
12176 PotentialCallees.insert(IndirectlyCallableFunctions.begin(), in initialize()
12177 IndirectlyCallableFunctions.end()); in initialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1373 SmallVector<Function *> IndirectlyCallableFunctions;