Home
last modified time | relevance | path

Searched refs:SpeculateAroundPHIsPass (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DSpeculateAroundPHIs.h103 struct SpeculateAroundPHIsPass : PassInfoMixin<SpeculateAroundPHIsPass> { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp804 PreservedAnalyses SpeculateAroundPHIsPass::run(Function &F, in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassRegistry.def235 FUNCTION_PASS("spec-phis", SpeculateAroundPHIsPass())
DPassBuilder.cpp1021 OptimizePM.addPass(SpeculateAroundPHIsPass()); in buildModuleOptimizationPipeline()