Searched defs:PipelineElement (Results 1 – 7 of 7) sorted by relevance
256 struct PipelineElement { struct in __anon2c89db4f0811::TextualPipeline257 PipelineElement(StringRef name) : name(name), registryEntry(nullptr) {} in PipelineElement() argument259 StringRef name;260 StringRef options;261 const PassRegistryEntry *registryEntry;262 std::vector<PipelineElement> innerPipeline;
125 struct PipelineElement { struct127 std::vector<PipelineElement> InnerPipeline; argument623 const std::function<bool(ModulePassManager &, ArrayRef<PipelineElement>, in registerParseTopLevelPipelineCallback()
63 ArrayRef<llvm::PassBuilder::PipelineElement>) { in getByePluginInfo()
150 struct PipelineElement { struct152 std::vector<PipelineElement> InnerPipeline; argument
302 ArrayRef<PassBuilder::PipelineElement>) { in runPassPipeline()314 ArrayRef<PassBuilder::PipelineElement>) { in runPassPipeline()
648 ArrayRef<PassBuilder::PipelineElement>) { in TEST_F()657 ArrayRef<PassBuilder::PipelineElement>) { in TEST_F()
3005 const std::function<bool(ModulePassManager &, ArrayRef<PipelineElement>, in registerParseTopLevelPipelineCallback()