Searched defs:WorkingOps (Results 1 – 1 of 1) sorted by relevance
106 ArrayRef<uint64_t> WorkingOps) { in startFromBeginning()115 canonicalizeDwarfOperations(ArrayRef<uint64_t> WorkingOps) { in canonicalizeDwarfOperations()150 optimizeDwarfOperations(ArrayRef<uint64_t> WorkingOps) { in optimizeDwarfOperations()196 SmallVectorImpl<uint64_t> &WorkingOps) { in tryFoldNoOpMath()212 SmallVectorImpl<uint64_t> &WorkingOps) { in tryFoldConstants()237 SmallVectorImpl<uint64_t> &WorkingOps) { in tryFoldCommutativeMath()264 DIExpressionCursor &Cursor, SmallVectorImpl<uint64_t> &WorkingOps) { in tryFoldCommutativeMathWithArgInBetween()290 SmallVector<uint64_t, 8> WorkingOps(Elements.begin(), Elements.end()); in foldConstantMath() local