Home
last modified time | relevance | path

Searched defs:NewEntry (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp125 BasicBlock *NewEntry = in generateCodeSequence() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp173 AddrLabelSymEntry &NewEntry = AddrLabelSymbols[New]; in UpdateForRAUWBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp230 DWARFYAML::Entry NewEntry; in dumpDebugInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h68 void RegionBase<Tr>::replaceEntryRecursive(BlockT *NewEntry) { in replaceEntryRecursive()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp501 BasicBlock *NewEntry = BasicBlock::Create(F.getContext(), "", &F, HeaderBB); in createTailRecurseLoopHeader() local
H A DStructurizeCFG.cpp874 BasicBlock *NewEntry = in handleLoops() local
H A DReassociate.cpp1927 ValueEntry NewEntry = ValueEntry(getRank(V), V); in OptimizeMul() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp762 auto &NewEntry = P.first->second; in write() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3239 const ASTRecordLayout *NewEntry = nullptr; in getASTRecordLayout() local
3447 const ASTRecordLayout *NewEntry = new (*this) ASTRecordLayout( in getObjCLayout() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp341 auto *NewEntry = BasicBlock::Create(C, "resume.entry", &F); in createResumeEntryBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3007 MatchScope NewEntry; in SelectCodeCommon() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp968 void LinearizedRegion::setEntry(MachineBasicBlock *NewEntry) { in setEntry()