Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp218 Function *ParentFunc = Memcpy->getFunction(); in expandMemIntrinsicUses() local
235 Function *ParentFunc = Memmove->getFunction(); expandMemIntrinsicUses() local
252 Function *ParentFunc = Memset->getFunction(); expandMemIntrinsicUses() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp101 std::unique_ptr<PDBSymbol> ParentFunc = in getInliningInfoForAddress() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp34 Function *ParentFunc = PreLoopBB->getParent(); createMemCpyLoopKnownSize() local
167 Function *ParentFunc = PreLoopBB->getParent(); createMemCpyLoopUnknownSize() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp383 Function *WinEHStatePass::generateLSDAInEAXThunk(Function *ParentFunc) { in generateLSDAInEAXThunk()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2126 createAndInsertBasicBlocks(DenseMap<Value *,BasicBlock * > & OldMap,DenseMap<Value *,BasicBlock * > & NewMap,Function * ParentFunc,Twine BaseName) createAndInsertBasicBlocks() argument