Lines Matching refs:Preserved
42 // Sets of analyses required and preserved by a pass
43 VectorType Required, RequiredTransitive, Preserved;
65 // addPreserved - Add the specified ID to the set of analyses preserved by
69 Preserved.push_back(ID);
73 Preserved.push_back(&ID);
78 // preserved by this pass.
82 Preserved.push_back(&PassClass::ID);
87 // of analyses preserved by this pass. If no such Pass exists, do nothing.
88 // This can be useful when a pass is trivially preserved, but may not be
104 /// that only depend on the CFG are preserved by this pass.
112 const VectorType &getPreservedSet() const { return Preserved; }