Home
last modified time | relevance | path

Searched refs:LLVMAddConstantPropagationPass (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/Transforms/
DScalar.h129 void LLVMAddConstantPropagationPass(LLVMPassManagerRef PM);
/third_party/mesa3d/docs/relnotes/
D20.1.7.rst39 - lp_bld_init.c:172:7: error: implicit declaration of function ‘LLVMAddConstantPropagationPass’; di…
122 - gallivm: fix build on LLVM 12 due to LLVMAddConstantPropagationPass removal
D20.3.0.rst163 - lp_bld_init.c:172:7: error: implicit declaration of function ‘LLVMAddConstantPropagationPass’; di…
3337 - gallivm: fix build on LLVM 12 due to LLVMAddConstantPropagationPass removal
D20.2.0.rst107 - lp_bld_init.c:172:7: error: implicit declaration of function ‘LLVMAddConstantPropagationPass’; di…
3399 - gallivm: fix build on LLVM 12 due to LLVMAddConstantPropagationPass removal
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalar.cpp250 void LLVMAddConstantPropagationPass(LLVMPassManagerRef PM) { in LLVMAddConstantPropagationPass() function
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c171 LLVMAddConstantPropagationPass(gallivm->passmgr); in create_pass_manager()