Searched defs:WorkingOps (Results 1 – 1 of 1) sorted by relevance
104 ArrayRef<uint64_t> WorkingOps) { in startFromBeginning()113 canonicalizeDwarfOperations(ArrayRef<uint64_t> WorkingOps) { in canonicalizeDwarfOperations()148 optimizeDwarfOperations(ArrayRef<uint64_t> WorkingOps) { in optimizeDwarfOperations()194 SmallVectorImpl<uint64_t> &WorkingOps) { in tryFoldNoOpMath()210 SmallVectorImpl<uint64_t> &WorkingOps) { in tryFoldConstants()235 SmallVectorImpl<uint64_t> &WorkingOps) { in tryFoldCommutativeMath()262 DIExpressionCursor &Cursor, SmallVectorImpl<uint64_t> &WorkingOps) { in tryFoldCommutativeMathWithArgInBetween()288 SmallVector<uint64_t, 8> WorkingOps(Elements.begin(), Elements.end()); in foldConstantMath() local