Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1605 struct ExprLinearizer { struct in __anon7e59d9a20111::LowerMatrixIntrinsics
1606 unsigned LengthToBreak = 100;
1607 std::string Str;
1608 raw_string_ostream Stream;
1609 unsigned LineLength = 0;
1610 const DataLayout &DL;
1614 const MapVector<Value *, MatrixTy> &Inst2Matrix;
1618 const DenseMap<Value *, SmallPtrSet<Value *, 2>> &Shared;
1621 const SmallSetVector<Value *, 32> &ExprsInSubprogram;
1624 Value *Leaf;
[all …]