Home
last modified time | relevance | path

Searched refs:NewEntry (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp161 AddrLabelSymEntry &NewEntry = AddrLabelSymbols[New]; in UpdateForRAUWBlock() local
164 if (NewEntry.Symbols.empty()) { in UpdateForRAUWBlock()
166 NewEntry = std::move(OldEntry); // Set New's entry. in UpdateForRAUWBlock()
173 NewEntry.Symbols.insert(NewEntry.Symbols.end(), OldEntry.Symbols.begin(), in UpdateForRAUWBlock()
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp690 BasicBlock *NewEntry = BasicBlock::Create(F->getContext(), "", F, OldEntry); in EliminateRecursiveTailCall() local
691 NewEntry->takeName(OldEntry); in EliminateRecursiveTailCall()
693 BranchInst::Create(OldEntry, NewEntry); in EliminateRecursiveTailCall()
701 NEBI = NewEntry->begin(); OEBI != E; ) in EliminateRecursiveTailCall()
716 PN->addIncoming(&*I, NewEntry); in EliminateRecursiveTailCall()
DStructurizeCFG.cpp841 BasicBlock *NewEntry = in handleLoops() local
846 BranchInst::Create(LoopStart, NewEntry); in handleLoops()
DReassociate.cpp1865 ValueEntry NewEntry = ValueEntry(getRank(V), V); in OptimizeMul() local
1866 Ops.insert(std::lower_bound(Ops.begin(), Ops.end(), NewEntry), NewEntry); in OptimizeMul()
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp2900 const ASTRecordLayout *NewEntry = nullptr; in getASTRecordLayout() local
2906 NewEntry = new (*this) ASTRecordLayout( in getASTRecordLayout()
2917 NewEntry = new (*this) ASTRecordLayout( in getASTRecordLayout()
2939 NewEntry = new (*this) ASTRecordLayout( in getASTRecordLayout()
2953 NewEntry = new (*this) ASTRecordLayout( in getASTRecordLayout()
2961 ASTRecordLayouts[D] = NewEntry; in getASTRecordLayout()
2968 return *NewEntry; in getASTRecordLayout()
3071 const ASTRecordLayout *NewEntry = in getObjCLayout() local
3080 ObjCLayouts[Key] = NewEntry; in getObjCLayout()
3082 return *NewEntry; in getObjCLayout()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2763 MatchScope NewEntry; in SelectCodeCommon() local
2764 NewEntry.FailIndex = FailIndex; in SelectCodeCommon()
2765 NewEntry.NodeStack.append(NodeStack.begin(), NodeStack.end()); in SelectCodeCommon()
2766 NewEntry.NumRecordedNodes = RecordedNodes.size(); in SelectCodeCommon()
2767 NewEntry.NumMatchedMemRefs = MatchedMemRefs.size(); in SelectCodeCommon()
2768 NewEntry.InputChain = InputChain; in SelectCodeCommon()
2769 NewEntry.InputGlue = InputGlue; in SelectCodeCommon()
2770 NewEntry.HasChainNodesMatched = !ChainNodesMatched.empty(); in SelectCodeCommon()
2771 NewEntry.HasGlueResultNodesMatched = !GlueResultNodesMatched.empty(); in SelectCodeCommon()
2772 MatchScopes.push_back(NewEntry); in SelectCodeCommon()
/external/llvm/include/llvm/Analysis/
DRegionInfoImpl.h65 void RegionBase<Tr>::replaceEntryRecursive(BlockT *NewEntry) { in replaceEntryRecursive() argument
74 R->replaceEntry(NewEntry); in replaceEntryRecursive()
DRegionInfo.h337 void replaceEntryRecursive(BlockT *NewEntry);