Home
last modified time | relevance | path

Searched defs:ParentFunc (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerIntrinsics.cpp87 Function *ParentFunc = Memcpy->getParent()->getParent(); in expandMemIntrinsicUses() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp92 std::unique_ptr<PDBSymbol> ParentFunc = in getInliningInfoForAddress() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp28 Function *ParentFunc = PreLoopBB->getParent(); in createMemCpyLoopKnownSize() local
143 Function *ParentFunc = PreLoopBB->getParent(); in createMemCpyLoopUnknownSize() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86WinEHState.cpp385 Function *WinEHStatePass::generateLSDAInEAXThunk(Function *ParentFunc) { in generateLSDAInEAXThunk()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp215 void coro::updateCallGraph(Function &ParentFunc, ArrayRef<Function *> NewFuncs, in updateCallGraph()