HomeSort by relevance Sort by last modified time
    Searched refs:PassInfoMixin (Results 176 - 200 of 205) sorted by null

1 2 3 4 5 6 78 9

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
PassManager.h 365 template <typename DerivedT> struct PassInfoMixin {
368 static_assert(std::is_base_of<PassInfoMixin, DerivedT>::value,
380 /// automatically mixes in \c PassInfoMixin.
382 struct AnalysisInfoMixin : PassInfoMixin<DerivedT> {
420 class PassManager : public PassInfoMixin<
    [all...]
Dominators.h 239 : public PassInfoMixin<DominatorTreePrinterPass> {
249 struct DominatorTreeVerifierPass : PassInfoMixin<DominatorTreeVerifierPass> {
  /external/llvm/include/llvm/IR/
Dominators.h 216 : public PassInfoMixin<DominatorTreePrinterPass> {
225 struct DominatorTreeVerifierPass : PassInfoMixin<DominatorTreeVerifierPass> {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 284 : public PassInfoMixin<PredicateInfoPrinterPass> {
293 struct PredicateInfoVerifierPass : PassInfoMixin<PredicateInfoVerifierPass> {
  /external/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 172 : public PassInfoMixin<BranchProbabilityPrinterPass> {
DominanceFrontier.h 186 : public PassInfoMixin<DominanceFrontierPrinterPass> {
LazyCallGraph.h     [all...]
LoopInfo.h 786 class LoopPrinterPass : public PassInfoMixin<LoopPrinterPass> {
821 class PrintLoopPass : public PassInfoMixin<PrintLoopPass> {
RegionInfo.h     [all...]
CallGraph.h 313 class CallGraphPrinterPass : public PassInfoMixin<CallGraphPrinterPass> {
LoopAccessAnalysis.h 784 : public PassInfoMixin<LoopAccessInfoPrinterPass> {
  /external/llvm/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 217 struct WholeProgramDevirtPass : public PassInfoMixin<WholeProgramDevirtPass> {
  /external/llvm/include/llvm/Transforms/Scalar/
JumpThreading.h 59 class JumpThreadingPass : public PassInfoMixin<JumpThreadingPass> {
GVN.h 44 class GVN : public PassInfoMixin<GVN> {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 221 : public PassInfoMixin<BranchProbabilityPrinterPass> {
DominanceFrontier.h 200 : public PassInfoMixin<DominanceFrontierPrinterPass> {
LazyCallGraph.h     [all...]
LoopInfo.h     [all...]
RegionInfo.h     [all...]
CallGraph.h 308 class CallGraphPrinterPass : public PassInfoMixin<CallGraphPrinterPass> {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
JumpThreading.h 77 class JumpThreadingPass : public PassInfoMixin<JumpThreadingPass> {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
PassManagerTest.cpp 77 struct TestModulePass : PassInfoMixin<TestModulePass> {
88 struct TestPreservingModulePass : PassInfoMixin<TestPreservingModulePass> {
94 struct TestFunctionPass : PassInfoMixin<TestFunctionPass> {
134 : PassInfoMixin<TestInvalidationFunctionPass> {
543 struct CustomizedPass : PassInfoMixin<CustomizedPass> {
663 struct LambdaPass : public PassInfoMixin<LambdaPass> {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 221 struct WholeProgramDevirtPass : public PassInfoMixin<WholeProgramDevirtPass> {
  /external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h 653 class MemorySSAPrinterPass : public PassInfoMixin<MemorySSAPrinterPass> {
662 struct MemorySSAVerifierPass : PassInfoMixin<MemorySSAVerifierPass> {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
CGSCCPassManagerTest.cpp 126 struct LambdaModulePass : public PassInfoMixin<LambdaModulePass> {
137 struct LambdaSCCPass : public PassInfoMixin<LambdaSCCPass> {
150 struct LambdaFunctionPass : public PassInfoMixin<LambdaFunctionPass> {
    [all...]

Completed in 765 milliseconds

1 2 3 4 5 6 78 9