HomeSort by: relevance | last modified time | path
    Searched refs:ParentFunc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBContext.cpp 92 std::unique_ptr<PDBSymbol> ParentFunc =
94 if (!ParentFunc) {
99 auto Frames = ParentFunc->findInlineFramesByVA(Address.Address);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULowerIntrinsics.cpp 87 Function *ParentFunc = Memcpy->getParent()->getParent();
89 getAnalysis<TargetTransformInfoWrapperPass>().getTTI(*ParentFunc);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LowerMemIntrinsics.cpp 28 Function *ParentFunc = PreLoopBB->getParent();
30 const DataLayout &DL = ParentFunc->getParent()->getDataLayout();
46 BasicBlock::Create(Ctx, "load-store-loop", ParentFunc, PostLoopBB);
143 Function *ParentFunc = PreLoopBB->getParent();
144 const DataLayout &DL = ParentFunc->getParent()->getDataLayout();
176 BasicBlock::Create(Ctx, "loop-memcpy-expansion", ParentFunc, PostLoopBB);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86WinEHState.cpp 68 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) {
386 LLVMContext &Context = ParentFunc->getContext();
400 ParentFunc->getName()),
402 if (auto *C = ParentFunc->getComdat())
406 Value *LSDA = emitEHLSDA(Builder, ParentFunc);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
Coroutines.cpp 213 // Rebuild CGN after we extracted parts of the code from ParentFunc into
215 void coro::updateCallGraph(Function &ParentFunc, ArrayRef<Function *> NewFuncs,
217 // Rebuild CGN from scratch for the ParentFunc
218 auto *ParentNode = CG[&ParentFunc];

Completed in 34 milliseconds