Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/IR/
H A DDIExpressionOptimizer.cpp104 /// Reset the Cursor to the beginning of the WorkingOps. in startFromBeginning() argument
113 canonicalizeDwarfOperations(ArrayRef<uint64_t> WorkingOps) canonicalizeDwarfOperations() argument
148 optimizeDwarfOperations(ArrayRef<uint64_t> WorkingOps) optimizeDwarfOperations() argument
194 tryFoldNoOpMath(uint64_t Const1,ArrayRef<DIExpression::ExprOperand> Ops,uint64_t & Loc,DIExpressionCursor & Cursor,SmallVectorImpl<uint64_t> & WorkingOps) tryFoldNoOpMath() argument
210 tryFoldConstants(uint64_t Const1,ArrayRef<DIExpression::ExprOperand> Ops,uint64_t & Loc,DIExpressionCursor & Cursor,SmallVectorImpl<uint64_t> & WorkingOps) tryFoldConstants() argument
235 tryFoldCommutativeMath(uint64_t Const1,ArrayRef<DIExpression::ExprOperand> Ops,uint64_t & Loc,DIExpressionCursor & Cursor,SmallVectorImpl<uint64_t> & WorkingOps) tryFoldCommutativeMath() argument
262 tryFoldCommutativeMathWithArgInBetween(uint64_t Const1,ArrayRef<DIExpression::ExprOperand> Ops,uint64_t & Loc,DIExpressionCursor & Cursor,SmallVectorImpl<uint64_t> & WorkingOps) tryFoldCommutativeMathWithArgInBetween() argument
288 SmallVector<uint64_t, 8> WorkingOps(Elements.begin(), Elements.end()); foldConstantMath() local
[all...]