Searched refs:ParentFunc (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerIntrinsics.cpp83 Function *ParentFunc = Memcpy->getParent()->getParent(); local
85 getAnalysis<TargetTransformInfoWrapperPass>().getTTI(*ParentFunc);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp28 Function *ParentFunc = PreLoopBB->getParent(); local
30 const DataLayout &DL = ParentFunc->getParent()->getDataLayout();
46 BasicBlock::Create(Ctx, "load-store-loop", ParentFunc, PostLoopBB);
143 Function *ParentFunc = PreLoopBB->getParent(); local
144 const DataLayout &DL = ParentFunc->getParent()->getDataLayout();
176 BasicBlock::Create(Ctx, "loop-memcpy-expansion", ParentFunc, PostLoopBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp68 Function *generateLSDAInEAXThunk(Function *ParentFunc);
378 /// Generate a thunk that puts the LSDA of ParentFunc in EAX and then calls
385 Function *WinEHStatePass::generateLSDAInEAXThunk(Function *ParentFunc) { argument
386 LLVMContext &Context = ParentFunc->getContext();
400 ParentFunc->getName()),
402 if (auto *C = ParentFunc->getComdat())
406 Value *LSDA = emitEHLSDA(Builder, ParentFunc);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp205 // Rebuild CGN after we extracted parts of the code from ParentFunc into
207 void coro::updateCallGraph(Function &ParentFunc, ArrayRef<Function *> NewFuncs, argument
209 // Rebuild CGN from scratch for the ParentFunc
210 auto *ParentNode = CG[&ParentFunc];

Completed in 141 milliseconds