Searched refs:preserved (Results 1 - 25 of 56) sorted by relevance

123

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DPassManagerInternal.h102 /// \p PA is a set of preserved analyses which can be used to avoid
188 /// \brief The model bases invalidation solely on being in the preserved set.
196 return !PAC.preserved() &&
H A DPassManager.h68 /// preserved.
72 /// depends only on the CFG can then check if that AnalysisSetKey is preserved;
73 /// if it is, the analysis knows that it itself is preserved.
80 /// This lets a transformation say e.g. "I preserved all function analyses".
100 /// This can be used with \c PreservedAnalyses to mark the CFG as preserved and
101 /// to query whether it has been preserved.
116 /// A set of analyses that are preserved following a run of a transformation
121 /// fairly simple: if they don't change anything all analyses are preserved,
123 /// are preserved.
126 /// as preserved
270 bool preserved() { function in class:llvm::PreservedAnalyses::PreservedAnalysisChecker
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DPassManagerInternal.h101 /// \p PA is a set of preserved analyses which can be used to avoid
187 /// \brief The model bases invalidation solely on being in the preserved set.
195 return !PAC.preserved() &&
H A DPassManager.h74 /// preserved.
78 /// depends only on the CFG can then check if that AnalysisSetKey is preserved;
79 /// if it is, the analysis knows that it itself is preserved.
86 /// This lets a transformation say e.g. "I preserved all function analyses".
106 /// This can be used with \c PreservedAnalyses to mark the CFG as preserved and
107 /// to query whether it has been preserved.
122 /// A set of analyses that are preserved following a run of a transformation
127 /// fairly simple: if they don't change anything all analyses are preserved,
129 /// are preserved.
132 /// as preserved
276 bool preserved() { function in class:llvm::PreservedAnalyses::PreservedAnalysisChecker
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DPassManagerInternal.h101 /// \p PA is a set of preserved analyses which can be used to avoid
187 /// \brief The model bases invalidation solely on being in the preserved set.
195 return !PAC.preserved() &&
H A DPassManager.h74 /// preserved.
78 /// depends only on the CFG can then check if that AnalysisSetKey is preserved;
79 /// if it is, the analysis knows that it itself is preserved.
86 /// This lets a transformation say e.g. "I preserved all function analyses".
106 /// This can be used with \c PreservedAnalyses to mark the CFG as preserved and
107 /// to query whether it has been preserved.
122 /// A set of analyses that are preserved following a run of a transformation
127 /// fairly simple: if they don't change anything all analyses are preserved,
129 /// are preserved.
132 /// as preserved
276 bool preserved() { function in class:llvm::PreservedAnalyses::PreservedAnalysisChecker
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DPassManagerInternal.h101 /// \p PA is a set of preserved analyses which can be used to avoid
187 /// \brief The model bases invalidation solely on being in the preserved set.
195 return !PAC.preserved() &&
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DPassManagerInternal.h101 /// \p PA is a set of preserved analyses which can be used to avoid
187 /// \brief The model bases invalidation solely on being in the preserved set.
195 return !PAC.preserved() &&
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DPassManagerInternal.h101 /// \p PA is a set of preserved analyses which can be used to avoid
187 /// \brief The model bases invalidation solely on being in the preserved set.
195 return !PAC.preserved() &&
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DPassManagerInternal.h101 /// \p PA is a set of preserved analyses which can be used to avoid
187 /// \brief The model bases invalidation solely on being in the preserved set.
195 return !PAC.preserved() &&
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DPassManagerInternal.h102 /// \p PA is a set of preserved analyses which can be used to avoid
188 /// \brief The model bases invalidation solely on being in the preserved set.
196 return !PAC.preserved() &&
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DPassManagerInternal.h101 /// \p PA is a set of preserved analyses which can be used to avoid
187 /// \brief The model bases invalidation solely on being in the preserved set.
195 return !PAC.preserved() &&
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DPassManagerInternal.h101 /// \p PA is a set of preserved analyses which can be used to avoid
187 /// \brief The model bases invalidation solely on being in the preserved set.
195 return !PAC.preserved() &&
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DPassManagerInternal.h101 /// \p PA is a set of preserved analyses which can be used to avoid
187 /// \brief The model bases invalidation solely on being in the preserved set.
195 return !PAC.preserved() &&
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DPassManagerInternal.h101 /// \p PA is a set of preserved analyses which can be used to avoid
187 /// \brief The model bases invalidation solely on being in the preserved set.
195 return !PAC.preserved() &&
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DPassManagerInternal.h101 /// \p PA is a set of preserved analyses which can be used to avoid
187 /// \brief The model bases invalidation solely on being in the preserved set.
195 return !PAC.preserved() &&
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DPassManagerInternal.h101 /// \p PA is a set of preserved analyses which can be used to avoid
187 /// \brief The model bases invalidation solely on being in the preserved set.
195 return !PAC.preserved() &&
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
H A DCGSCCPassManager.h183 /// If the proxy analysis itself is preserved, then we assume that the set of
188 /// Regardless of whether this analysis is marked as preserved, all of the
190 /// on the set of preserved analyses.
453 // Then intersect the preserved set so that invalidation of module
621 // Then intersect the preserved set so that invalidation of module
625 // If the call graph hasn't been preserved, update it based on this
629 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Module>>()) {
811 // of preserved analyses so we're ready to iterate.
816 // Note that we don't add any preserved entries here unlike a more normal
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
H A DCGSCCPassManager.h183 /// If the proxy analysis itself is preserved, then we assume that the set of
188 /// Regardless of whether this analysis is marked as preserved, all of the
190 /// on the set of preserved analyses.
453 // Then intersect the preserved set so that invalidation of module
621 // Then intersect the preserved set so that invalidation of module
625 // If the call graph hasn't been preserved, update it based on this
629 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Module>>()) {
811 // of preserved analyses so we're ready to iterate.
816 // Note that we don't add any preserved entries here unlike a more normal
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
H A DCGSCCPassManager.h183 /// If the proxy analysis itself is preserved, then we assume that the set of
188 /// Regardless of whether this analysis is marked as preserved, all of the
190 /// on the set of preserved analyses.
453 // Then intersect the preserved set so that invalidation of module
621 // Then intersect the preserved set so that invalidation of module
625 // If the call graph hasn't been preserved, update it based on this
629 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Module>>()) {
811 // of preserved analyses so we're ready to iterate.
816 // Note that we don't add any preserved entries here unlike a more normal
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
H A DCGSCCPassManager.h183 /// If the proxy analysis itself is preserved, then we assume that the set of
188 /// Regardless of whether this analysis is marked as preserved, all of the
190 /// on the set of preserved analyses.
453 // Then intersect the preserved set so that invalidation of module
621 // Then intersect the preserved set so that invalidation of module
625 // If the call graph hasn't been preserved, update it based on this
629 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Module>>()) {
811 // of preserved analyses so we're ready to iterate.
816 // Note that we don't add any preserved entries here unlike a more normal
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
H A DCGSCCPassManager.h183 /// If the proxy analysis itself is preserved, then we assume that the set of
188 /// Regardless of whether this analysis is marked as preserved, all of the
190 /// on the set of preserved analyses.
453 // Then intersect the preserved set so that invalidation of module
621 // Then intersect the preserved set so that invalidation of module
625 // If the call graph hasn't been preserved, update it based on this
629 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Module>>()) {
811 // of preserved analyses so we're ready to iterate.
816 // Note that we don't add any preserved entries here unlike a more normal
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
H A DCGSCCPassManager.h183 /// If the proxy analysis itself is preserved, then we assume that the set of
188 /// Regardless of whether this analysis is marked as preserved, all of the
190 /// on the set of preserved analyses.
453 // Then intersect the preserved set so that invalidation of module
621 // Then intersect the preserved set so that invalidation of module
625 // If the call graph hasn't been preserved, update it based on this
629 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Module>>()) {
811 // of preserved analyses so we're ready to iterate.
816 // Note that we don't add any preserved entries here unlike a more normal
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
H A DCGSCCPassManager.h183 /// If the proxy analysis itself is preserved, then we assume that the set of
188 /// Regardless of whether this analysis is marked as preserved, all of the
190 /// on the set of preserved analyses.
453 // Then intersect the preserved set so that invalidation of module
621 // Then intersect the preserved set so that invalidation of module
625 // If the call graph hasn't been preserved, update it based on this
629 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Module>>()) {
811 // of preserved analyses so we're ready to iterate.
816 // Note that we don't add any preserved entries here unlike a more normal
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
H A DCGSCCPassManager.h183 /// If the proxy analysis itself is preserved, then we assume that the set of
188 /// Regardless of whether this analysis is marked as preserved, all of the
190 /// on the set of preserved analyses.
453 // Then intersect the preserved set so that invalidation of module
621 // Then intersect the preserved set so that invalidation of module
625 // If the call graph hasn't been preserved, update it based on this
629 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Module>>()) {
811 // of preserved analyses so we're ready to iterate.
816 // Note that we don't add any preserved entries here unlike a more normal

Completed in 464 milliseconds

123