Lines Matching refs:LLVM
589 // Note: LLVM optimizations can inline and remove functions, after which you will not be
615 assert(func, 'Cannot call unknown function ' + ident + ' (perhaps LLVM optimizations or closure removed it?)');
674 // getValue need LLVM types ('i8', 'i32') - this is a lower-level operation
1224 // For LLVM-originating strings, see parser.js:parseLLVMString function