Home
last modified time | relevance | path

Searched defs:Updates (Results 1 – 21 of 21) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDGenericDomTreeUpdaterImpl.h59 ArrayRef<typename DomTreeT::UpdateType> Updates) { in applyUpdates()
80 applyUpdatesPermissive(ArrayRef<typename DomTreeT::UpdateType> Updates) { in applyUpdatesPermissive()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDIndirectBrExpandPass.cpp178 SmallVector<DominatorTree::UpdateType, 8> Updates; in runImpl() local
216 SmallVector<DominatorTree::UpdateType, 8> Updates; in runImpl() local
HDDwarfEHPrepare.cpp268 std::vector<DominatorTree::UpdateType> Updates; in InsertUnwindResumeCalls() local
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUUnifyDivergentExitNodes.cpp161 std::vector<DominatorTree::UpdateType> Updates; in unifyReturnBlockSet() local
207 std::vector<DominatorTree::UpdateType> Updates; in run() local
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSimplifyCFGPass.cpp88 std::vector<DominatorTree::UpdateType> *Updates) { in performBlockTailMerging()
214 std::vector<DominatorTree::UpdateType> Updates; in tailMergeBlocksWithSimilarFunctionTerminators() local
HDJumpThreading.cpp1015 std::vector<DominatorTree::UpdateType> Updates; in processBlock() local
1633 std::vector <DominatorTree::UpdateType> Updates; in processThreadableEdges() local
2486 std::vector<DominatorTree::UpdateType> Updates; in splitBlockPreds() local
2640 std::vector<DominatorTree::UpdateType> Updates; in duplicateCondBranchOnPHIIntoPred() local
2981 std::vector<DominatorTree::UpdateType> Updates; in tryToUnfoldSelectInCurrBB() local
HDSimpleLoopUnswitch.cpp662 SmallVector<CFGUpdate, 1> Updates; in unswitchTrivialBranch() local
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64PromoteConstant.cpp537 Function &F, SmallVectorImpl<UpdateRecord> &Updates, in promoteConstants()
560 SmallVector<UpdateRecord, 64> Updates; in runOnFunction() local
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDBasicBlockUtils.cpp64 SmallVectorImpl<DominatorTree::UpdateType> *Updates, in detachDeadBlocks()
112 SmallVector<DominatorTree::UpdateType, 4> Updates; in DeleteDeadBlocks() local
249 std::vector<DominatorTree::UpdateType> Updates; in MergeBlockIntoPredecessor() local
914 SmallVector<DominatorTree::UpdateType, 3> Updates; in ehAwareSplitEdge() local
1053 SmallVector<DominatorTree::UpdateType, 8> Updates; in SplitBlockImpl() local
1161 SmallVector<DominatorTree::UpdateType, 8> Updates; in UpdateAnalysisInformation() local
1658 SmallVector<DominatorTree::UpdateType, 8> Updates; in SplitBlockAndInsertIfThenElse() local
2153 SmallVector<DominatorTree::UpdateType, 16> Updates; in CreateControlFlowHub() local
HDSimplifyCFG.cpp976 std::vector<DominatorTree::UpdateType> Updates; in SimplifyEqualityComparisonWithOnlyPredecessor() local
1034 SmallVector<DominatorTree::UpdateType, 2> Updates; in SimplifyEqualityComparisonWithOnlyPredecessor() local
1168 SmallVector<DominatorTree::UpdateType, 32> Updates; in PerformValueComparisonIntoPredecessorFolding() local
1888 SmallVector<DominatorTree::UpdateType, 4> Updates; in hoistSuccIdenticalTerminatorToSwitchOrIf() local
2625 SmallVector<DominatorTree::UpdateType, 8> Updates; in MergeCompatibleInvokesImpl() local
3443 SmallVector<DominatorTree::UpdateType, 2> Updates; in FoldCondBranchOnValueKnownInPredecessorImpl() local
3662 SmallVector<DominatorTree::UpdateType, 3> Updates; in FoldTwoEntryPHINode() local
4490 SmallVector<DominatorTree::UpdateType, 5> Updates; in SimplifyCondBranchToCondBranch() local
4683 SmallVector<DominatorTree::UpdateType, 2> Updates; in SimplifyTerminatorOnSelect() local
4844 SmallVector<DominatorTree::UpdateType, 2> Updates; in tryToSimplifyUncondBranchWithICmpInIt() local
[all …]
HDBreakCriticalEdges.cpp244 SmallVector<DominatorTree::UpdateType, 3> Updates; in SplitKnownCriticalEdge() local
HDLocal.cpp297 std::vector<DominatorTree::UpdateType> Updates; in ConstantFoldTerminator() local
380 std::vector<DominatorTree::UpdateType> Updates; in ConstantFoldTerminator() local
790 SmallVector<DominatorTree::UpdateType, 32> Updates; in MergeBasicBlockIntoOnlyPred() local
1263 SmallVector<DominatorTree::UpdateType, 32> Updates; in TryToSimplifyUncondBranchFromEmptyBlock() local
2873 SmallVector<DominatorTree::UpdateType, 8> Updates; in changeToUnreachable() local
3154 std::vector<DominatorTree::UpdateType> Updates; in markAliveBlocks() local
HDSCCPSolver.cpp285 SmallVector<DominatorTree::UpdateType, 8> Updates; in removeNonFeasibleEdges() local
297 SmallVector<DominatorTree::UpdateType, 8> Updates; in removeNonFeasibleEdges() local
317 SmallVector<DominatorTree::UpdateType, 8> Updates; in removeNonFeasibleEdges() local
HDLoopRotationUtils.cpp823 SmallVector<DominatorTree::UpdateType, 3> Updates; in rotateLoop() local
/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDMemorySSAUpdater.cpp751 SmallVector<CFGUpdate, 4> Updates; in privateUpdateExitBlocksForClonedLoop() local
784 void MemorySSAUpdater::applyUpdates(ArrayRef<CFGUpdate> Updates, in applyUpdates()
835 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates, in applyInsertUpdates()
841 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates, in applyInsertUpdates()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDGlobalDCE.cpp104 SmallVectorImpl<GlobalValue *> *Updates) { in MarkLive()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDPGOMemOPSizeOpt.cpp406 std::vector<DominatorTree::UpdateType> Updates; in perform() local
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
HDAggressiveInstCombine.cpp1097 SmallVector<DominatorTree::UpdateType, 8> Updates; in inlineCompare() local
1142 SmallVector<DominatorTree::UpdateType, 8> Updates; in foldMemChr() local
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Support/
HDGenericDomTreeConstruction.h1549 ArrayRef<typename DomTreeT::UpdateType> Updates) { in CalculateWithUpdates()
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDStmtOpenMP.h810 SmallVector<Expr *, 4> Updates; member
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp19228 SmallVector<Expr *, 8> Updates; in FinishOpenMPLinearClause() local