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
95 ``-enable-implicit-null-checks`` is passed to ``llc``.
103 Making null checks implicit is an aggressive optimization, and it can
106 ensure that only a negligible number of implicit null checks actually
108 of doing this is by healing failed implicit null checks into explicit
109 null checks via code patching or recompilation. It follows that there
124 conversion into implicit null checks.