Home
last modified time | relevance | path

Searched defs:llvm_used (Results 1 – 4 of 4) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DSimplifyConstant.cpp248 …ol checkUses(GlobalVariable* GV, const Function* F, LoopInfo& LI, const ConstantArray* llvm_used) { in checkUses()
651 ConstantArray* llvm_used = gv ? dyn_cast_or_null<ConstantArray>(gv->getInitializer()) : nullptr; in runOnFunction() local
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DLLVM_Runtime_Linker.cpp644 llvm::GlobalValue *llvm_used = modules[0]->getNamedGlobal("llvm.used"); in link_modules() local
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dll_structure.h932 LL_Symbols llvm_used; member
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Daot-compiler.c361 gboolean jit_used, llvm_used; member