Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp518 SmallVector<const Function *> FnsWithIndirectCalls, IndirectlyCallableFns; in buildGraph() local
581 IndirectlyCallableFns.push_back(&Fn); in buildGraph()
586 for (const Function *Candidate : IndirectlyCallableFns) { in buildGraph()