Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp611 static bool hasDirectCaller(const Function &Fn) { in hasDirectCaller() function
684 !SeenFunctions.count(&Fn) && !hasDirectCaller(Fn)) { in splitAMDGPUModule()