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.cpp73 bool processFunction(Function &F, SetVector<GlobalValue *> &DirectCalledFns,
858 SetVector<GlobalValue *> DirectCalledFns; in runOnModule() local
863 processFunction(F, DirectCalledFns, FnsMap); in runOnModule()
881 for (GlobalValue *O : DirectCalledFns) { in runOnModule()
916 Function &F, SetVector<GlobalValue *> &DirectCalledFns, in processFunction() argument
965 DirectCalledFns.insert(F); in processFunction()
974 DirectCalledFns.insert(I->first); in processFunction()