Home | History | Annotate | Download | only in embenchen

Lines Matching refs:LLVM

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