Home
last modified time | relevance | path

Searched defs:Pass2 (Results 1 – 25 of 109) sorted by relevance

12345

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/IR/
H A DTimePassesTest.cpp43 struct Pass2 : public ModulePass { struct
44 static char ID;
47 Pass2() : ModulePass(ID) {} in Pass2() argument
48 bool runOnModule(Module &M) override { return false; } in runOnModule()
49 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
52 StringRef getPassName() const override { return "Pass2"; } in getPassName()
123 MyPass2 Pass2; in TEST() local
/dports/devel/llvm11/llvm-11.0.1.src/unittests/IR/
H A DTimePassesTest.cpp43 struct Pass2 : public ModulePass { struct
44 static char ID;
47 Pass2() : ModulePass(ID) {} in Pass2() argument
48 bool runOnModule(Module &M) override { return false; } in runOnModule()
49 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
52 StringRef getPassName() const override { return "Pass2"; } in getPassName()
123 MyPass2 Pass2; in TEST() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/IR/
H A DTimePassesTest.cpp43 struct Pass2 : public ModulePass { struct
44 static char ID;
47 Pass2() : ModulePass(ID) {} in Pass2() function
48 bool runOnModule(Module &M) override { return false; } in runOnModule()
49 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
52 StringRef getPassName() const override { return "Pass2"; } in getPassName()
123 MyPass2 Pass2; in TEST() local
/dports/devel/llvm90/llvm-9.0.1.src/unittests/IR/
H A DTimePassesTest.cpp43 struct Pass2 : public ModulePass { struct
44 static char ID;
47 Pass2() : ModulePass(ID) {} in Pass2() function
48 bool runOnModule(Module &M) override { return false; } in runOnModule()
49 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
52 StringRef getPassName() const override { return "Pass2"; } in getPassName()
123 MyPass2 Pass2; in TEST() local
/dports/devel/llvm10/llvm-10.0.1.src/unittests/IR/
H A DTimePassesTest.cpp43 struct Pass2 : public ModulePass { struct
44 static char ID;
47 Pass2() : ModulePass(ID) {} in Pass2() argument
48 bool runOnModule(Module &M) override { return false; } in runOnModule()
49 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
52 StringRef getPassName() const override { return "Pass2"; } in getPassName()
123 MyPass2 Pass2; in TEST() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/IR/
H A DTimePassesTest.cpp43 struct Pass2 : public ModulePass { struct
44 static char ID;
47 Pass2() : ModulePass(ID) {} in Pass2() function
48 bool runOnModule(Module &M) override { return false; } in runOnModule()
49 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
52 StringRef getPassName() const override { return "Pass2"; } in getPassName()
123 MyPass2 Pass2; in TEST() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DTimePassesTest.cpp43 struct Pass2 : public ModulePass { struct
44 static char ID;
47 Pass2() : ModulePass(ID) {} in Pass2() argument
48 bool runOnModule(Module &M) override { return false; } in runOnModule()
49 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
52 StringRef getPassName() const override { return "Pass2"; } in getPassName()
123 MyPass2 Pass2; in TEST() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DTimePassesTest.cpp43 struct Pass2 : public ModulePass { struct
44 static char ID;
47 Pass2() : ModulePass(ID) {} in Pass2() argument
48 bool runOnModule(Module &M) override { return false; } in runOnModule()
49 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
52 StringRef getPassName() const override { return "Pass2"; } in getPassName()
123 MyPass2 Pass2; in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/IR/
H A DTimePassesTest.cpp43 struct Pass2 : public ModulePass { struct
44 static char ID;
47 Pass2() : ModulePass(ID) {} in Pass2() argument
48 bool runOnModule(Module &M) override { return false; } in runOnModule()
49 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
52 StringRef getPassName() const override { return "Pass2"; } in getPassName()
123 MyPass2 Pass2; in TEST() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/IR/
H A DTimePassesTest.cpp43 struct Pass2 : public ModulePass { struct
44 static char ID;
47 Pass2() : ModulePass(ID) {} in Pass2() function
48 bool runOnModule(Module &M) override { return false; } in runOnModule()
49 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
52 StringRef getPassName() const override { return "Pass2"; } in getPassName()
123 MyPass2 Pass2; in TEST() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DTimePassesTest.cpp43 struct Pass2 : public ModulePass { struct
44 static char ID;
47 Pass2() : ModulePass(ID) {} in Pass2() argument
48 bool runOnModule(Module &M) override { return false; } in runOnModule()
49 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
52 StringRef getPassName() const override { return "Pass2"; } in getPassName()
123 MyPass2 Pass2; in TEST() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DTimePassesTest.cpp43 struct Pass2 : public ModulePass { struct
44 static char ID;
47 Pass2() : ModulePass(ID) {} in Pass2() function
48 bool runOnModule(Module &M) override { return false; } in runOnModule()
49 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
52 StringRef getPassName() const override { return "Pass2"; } in getPassName()
123 MyPass2 Pass2; in TEST() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/IR/
H A DTimePassesTest.cpp43 struct Pass2 : public ModulePass { struct
44 static char ID;
47 Pass2() : ModulePass(ID) {} in Pass2() function
48 bool runOnModule(Module &M) override { return false; } in runOnModule()
49 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
52 StringRef getPassName() const override { return "Pass2"; } in getPassName()
123 MyPass2 Pass2; in TEST() local
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DTimePassesTest.cpp43 struct Pass2 : public ModulePass { struct
44 static char ID;
47 Pass2() : ModulePass(ID) {} in Pass2() function
48 bool runOnModule(Module &M) override { return false; } in runOnModule()
49 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
52 StringRef getPassName() const override { return "Pass2"; } in getPassName()
123 MyPass2 Pass2; in TEST() local
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkSSAAPass.h94 vtkTextureObject* Pass2; // render target for the horizontal pass variable
H A DvtkGaussianBlurPass.h97 vtkTextureObject* Pass2; // render target for the horizontal pass variable
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkSSAAPass.h94 vtkTextureObject *Pass2; // render target for the horizontal pass variable
H A DvtkGaussianBlurPass.h97 vtkTextureObject *Pass2; // render target for the horizontal pass variable
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkGaussianBlurPass.h94 vtkTextureObject *Pass2; // render target for the horizontal pass variable
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkGaussianBlurPass.h92 vtkTextureObject *Pass2; // render target for the horizontal pass variable
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/armips/Archs/
H A DArchitecture.cpp57 void CInvalidArchitecture::Pass2() in Pass2() function in CInvalidArchitecture
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/armips/Archs/
H A DArchitecture.cpp57 void CInvalidArchitecture::Pass2() in Pass2() function in CInvalidArchitecture
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/armips/Archs/
H A DArchitecture.cpp57 void CInvalidArchitecture::Pass2() in Pass2() function in CInvalidArchitecture
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/armips/Archs/ARM/
H A DArm.cpp48 void CArmArchitecture::Pass2() in Pass2() function in CArmArchitecture
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/armips/Archs/ARM/
H A DArm.cpp48 void CArmArchitecture::Pass2() in Pass2() function in CArmArchitecture

12345