Login or Register

Features Right Core compiler features

__cp_numblockstatements

Returns The Number Of Statements Inside The Current Basic Block

This article was updated on 2012-09-08 14:26:39


This intrinsic returns the number of statements inside the basic block the intrinsic occurs in after optimization (not that an inlined function call can introduce more statements into the current basic block). This is very useful to test for optimization regressions within the compiler