HomeSort by relevance Sort by last modified time
    Searched refs:NestedFPM (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Passes/
PassBuilder.cpp 499 FunctionPassManager NestedFPM(DebugLogging);
503 if (!parseFunctionPassPipeline(NestedFPM, PipelineText, VerifyEachPass,
511 FPM.addPass(std::move(NestedFPM));
566 FunctionPassManager NestedFPM(DebugLogging);
570 if (!parseFunctionPassPipeline(NestedFPM, PipelineText, VerifyEachPass,
579 createCGSCCToFunctionPassAdaptor(std::move(NestedFPM), DebugLogging));
648 FunctionPassManager NestedFPM(DebugLogging);
652 if (!parseFunctionPassPipeline(NestedFPM, PipelineText, VerifyEachPass,
660 MPM.addPass(createModuleToFunctionPassAdaptor(std::move(NestedFPM)));
  /external/llvm/unittests/IR/
PassManagerTest.cpp 240 FunctionPassManager NestedFPM;
241 NestedFPM.addPass(TestFunctionPass(
243 FPM = std::move(NestedFPM);

Completed in 143 milliseconds