Lines Matching refs:checks
2 FaultMaps and implicit checks
12 Code generated by managed language runtimes tend to have checks that
16 exploited by folding such safety checks into operations that can be
20 For example, Java requires null checks on objects before they are read
31 Information about implicit checks generated by LLVM are put in a
101 ``-enable-implicit-null-checks`` is passed to ``llc``.
109 Making null checks implicit is an aggressive optimization, and it can
112 ensure that only a negligible number of implicit null checks actually
114 of doing this is by healing failed implicit null checks into explicit
115 null checks via code patching or recompilation. It follows that there
130 conversion into implicit null checks.