Home
last modified time | relevance | path

Searched refs:LLVMGetFirstBasicBlock (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_util.c335 LLVMBasicBlockRef bb = LLVMGetFirstBasicBlock(function); in ac_count_scratch_private_memory()
Dac_llvm_build.c2884 bb = LLVMGetFirstBasicBlock(main_fn); in ac_optimize_vs_outputs()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c407 block = LLVMGetFirstBasicBlock(function); in lp_build_count_instructions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h2903 LLVMBasicBlockRef LLVMGetFirstBasicBlock(LLVMValueRef Fn);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2600 LLVMBasicBlockRef LLVMGetFirstBasicBlock(LLVMValueRef Fn) { in LLVMGetFirstBasicBlock() function