Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerIntrinsics.cpp75 Function *ParentFunc = Memcpy->getParent()->getParent(); in expandMemIntrinsicUses() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp36 Function *ParentFunc = PreLoopBB->getParent(); in createMemCpyLoopKnownSize() local
145 Function *ParentFunc = PreLoopBB->getParent(); in createMemCpyLoopUnknownSize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp208 void coro::updateCallGraph(Function &ParentFunc, ArrayRef<Function *> NewFuncs, in updateCallGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp385 Function *WinEHStatePass::generateLSDAInEAXThunk(Function *ParentFunc) { in generateLSDAInEAXThunk()