Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp76 bool processFunction(Function &F, SetVector<GlobalValue *> &DirectCalledFns,
847 SetVector<GlobalValue *> DirectCalledFns; in runOnModule() local
852 processFunction(F, DirectCalledFns, FnsMap); in runOnModule()
870 for (GlobalValue *O : DirectCalledFns) { in runOnModule()
906 Function &F, SetVector<GlobalValue *> &DirectCalledFns, in processFunction() argument
955 DirectCalledFns.insert(F); in processFunction()
964 DirectCalledFns.insert(I->first); in processFunction()