Searched refs:runBeforeAnalysis (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/unittests/IR/ |
D | PassBuilderCallbacksTest.cpp | 329 MOCK_METHOD2(runBeforeAnalysis, void(StringRef PassID, llvm::Any)); 354 return this->runBeforeAnalysis(P, IR); in registerPassInstrumentation() 379 runBeforeAnalysis(Not(HasNameRegex("Mock")), HasName(IRName))) in ignoreNonMockPassInstrumentation() 532 runBeforeAnalysis(HasNameRegex("MockAnalysisHandle"), in TEST_F() 584 runBeforeAnalysis(HasNameRegex("MockAnalysisHandle"), _)) in TEST_F() 639 runBeforeAnalysis(Not(HasNameRegex("MockAnalysisHandle")), _)) in TEST_F() 706 runBeforeAnalysis(HasNameRegex("MockAnalysisHandle"), HasName("foo"))) in TEST_F() 768 runBeforeAnalysis(HasNameRegex("MockAnalysisHandle"), _)) in TEST_F() 814 runBeforeAnalysis(HasNameRegex("MockAnalysisHandle"), HasName("loop"))) in TEST_F() 866 runBeforeAnalysis(HasNameRegex("MockAnalysisHandle"), HasName("loop"))) in TEST_F() [all …]
|
/external/llvm-project/mlir/include/mlir/Pass/ |
D | PassInstrumentation.h | 74 virtual void runBeforeAnalysis(StringRef name, TypeID id, Operation *op) {} in runBeforeAnalysis() function 111 void runBeforeAnalysis(StringRef name, TypeID id, Operation *op);
|
D | AnalysisManager.h | 184 pi->runBeforeAnalysis(getAnalysisName<AnalysisT>(), id, ir); in getAnalysisImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PassInstrumentation.h | 177 void runBeforeAnalysis(const PassT &Analysis, const IRUnitT &IR) const { in runBeforeAnalysis() function
|
D | PassManager.h | 957 PI.runBeforeAnalysis(P, IR); in getResultImpl()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | PassManagerImpl.h | 71 PI.runBeforeAnalysis(P, IR); in getResultImpl()
|
D | PassInstrumentation.h | 246 void runBeforeAnalysis(const PassT &Analysis, const IRUnitT &IR) const { in runBeforeAnalysis() function
|
/external/llvm-project/mlir/lib/Pass/ |
D | Pass.cpp | 959 void PassInstrumentor::runBeforeAnalysis(StringRef name, TypeID id, in runBeforeAnalysis() function in PassInstrumentor 963 instr->runBeforeAnalysis(name, id, op); in runBeforeAnalysis()
|
D | PassTiming.cpp | 177 void runBeforeAnalysis(StringRef name, TypeID id, Operation *) override { in runBeforeAnalysis() function
|
/external/llvm-project/mlir/docs/ |
D | PassManagement.md | 770 * `runBeforeAnalysis`
|