Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUUnifyDivergentExitNodes.cpp157 std::vector<DominatorTree::UpdateType> Updates; in unifyReturnBlockSet() local
207 std::vector<DominatorTree::UpdateType> Updates; in runOnFunction() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DIndirectBrExpandPass.cpp174 SmallVector<DominatorTree::UpdateType, 8> Updates; in runOnFunction() local
211 SmallVector<DominatorTree::UpdateType, 8> Updates; in runOnFunction() local
DDwarfEHPrepare.cpp240 std::vector<DominatorTree::UpdateType> Updates; in InsertUnwindResumeCalls() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DDomTreeUpdater.cpp230 void DomTreeUpdater::applyUpdates(ArrayRef<DominatorTree::UpdateType> Updates) { in applyUpdates()
250 ArrayRef<DominatorTree::UpdateType> Updates) { in applyUpdatesPermissive()
DMemorySSAUpdater.cpp777 SmallVector<CFGUpdate, 4> Updates; in privateUpdateExitBlocksForClonedLoop() local
810 void MemorySSAUpdater::applyUpdates(ArrayRef<CFGUpdate> Updates, in applyUpdates()
856 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates, in applyInsertUpdates()
862 void MemorySSAUpdater::applyInsertUpdates(ArrayRef<CFGUpdate> Updates, in applyInsertUpdates()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp57 SmallVectorImpl<DominatorTree::UpdateType> *Updates, in DetatchDeadBlocks()
105 SmallVector<DominatorTree::UpdateType, 4> Updates; in DeleteDeadBlocks() local
229 std::vector<DominatorTree::UpdateType> Updates; in MergeBlockIntoPredecessor() local
646 SmallVector<DominatorTree::UpdateType, 3> Updates; in ehAwareSplitEdge() local
784 SmallVector<DominatorTree::UpdateType, 8> Updates; in SplitBlockImpl() local
891 SmallVector<DominatorTree::UpdateType, 8> Updates; in UpdateAnalysisInformation() local
1354 SmallVector<DominatorTree::UpdateType, 8> Updates; in SplitBlockAndInsertIfThenImpl() local
1746 SmallVector<DominatorTree::UpdateType, 16> Updates; in CreateControlFlowHub() local
DSimplifyCFG.cpp924 std::vector<DominatorTree::UpdateType> Updates; in SimplifyEqualityComparisonWithOnlyPredecessor() local
982 SmallVector<DominatorTree::UpdateType, 2> Updates; in SimplifyEqualityComparisonWithOnlyPredecessor() local
1124 SmallVector<DominatorTree::UpdateType, 32> Updates; in PerformValueComparisonIntoPredecessorFolding() local
1625 SmallVector<DominatorTree::UpdateType, 4> Updates; in HoistThenElseCodeToIf() local
2635 SmallVector<DominatorTree::UpdateType, 3> Updates; in FoldCondBranchOnPHI() local
2902 SmallVector<DominatorTree::UpdateType, 3> Updates; in FoldTwoEntryPHINode() local
3748 SmallVector<DominatorTree::UpdateType, 5> Updates; in SimplifyCondBranchToCondBranch() local
3940 SmallVector<DominatorTree::UpdateType, 2> Updates; in SimplifyTerminatorOnSelect() local
4101 SmallVector<DominatorTree::UpdateType, 2> Updates; in tryToSimplifyUncondBranchWithICmpInIt() local
4189 SmallVector<DominatorTree::UpdateType, 2> Updates; in SimplifyBranchOnICmpChain() local
[all …]
DBreakCriticalEdges.cpp250 SmallVector<DominatorTree::UpdateType, 3> Updates; in SplitKnownCriticalEdge() local
DLocal.cpp291 std::vector<DominatorTree::UpdateType> Updates; in ConstantFoldTerminator() local
378 std::vector<DominatorTree::UpdateType> Updates; in ConstantFoldTerminator() local
760 SmallVector<DominatorTree::UpdateType, 32> Updates; in MergeBasicBlockIntoOnlyPred() local
1097 SmallVector<DominatorTree::UpdateType, 32> Updates; in TryToSimplifyUncondBranchFromEmptyBlock() local
2143 SmallVector<DominatorTree::UpdateType, 8> Updates; in changeToUnreachable() local
2396 std::vector<DominatorTree::UpdateType> Updates; in markAliveBlocks() local
DLoopRotationUtils.cpp583 SmallVector<DominatorTree::UpdateType, 3> Updates; in rotateLoop() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp537 Function &F, SmallVectorImpl<UpdateRecord> &Updates, in promoteConstants()
560 SmallVector<UpdateRecord, 64> Updates; in runOnFunction() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DSCCP.cpp369 SmallVector<DominatorTree::UpdateType, 8> Updates; in removeNonFeasibleEdges() local
388 SmallVector<DominatorTree::UpdateType, 8> Updates; in removeNonFeasibleEdges() local
DJumpThreading.cpp1096 std::vector<DominatorTree::UpdateType> Updates; in processBlock() local
1719 std::vector <DominatorTree::UpdateType> Updates; in processThreadableEdges() local
2468 std::vector<DominatorTree::UpdateType> Updates; in splitBlockPreds() local
2627 std::vector<DominatorTree::UpdateType> Updates; in duplicateCondBranchOnPHIIntoPred() local
2934 std::vector<DominatorTree::UpdateType> Updates; in tryToUnfoldSelectInCurrBB() local
DSimplifyCFGPass.cpp134 std::vector<DominatorTree::UpdateType> Updates; in tailMergeBlocksWithSimilarFunctionTerminators() local
DLoopUnswitch.cpp1065 SmallVector<DominatorTree::UpdateType, 3> Updates; in emitPreheaderBranchOnCondition() local
DSimpleLoopUnswitch.cpp576 SmallVector<CFGUpdate, 1> Updates; in unswitchTrivialBranch() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp145 SmallVectorImpl<GlobalValue *> *Updates) { in MarkLive()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp461 std::vector<DominatorTree::UpdateType> Updates; in perform() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h1568 ArrayRef<typename DomTreeT::UpdateType> Updates) { in CalculateWithUpdates()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h794 SmallVector<Expr *, 4> Updates; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp17704 SmallVector<Expr *, 8> Updates; in FinishOpenMPLinearClause() local