Function haybale::get_path_length[][src]

pub fn get_path_length<'p>(path: &Vec<PathEntry<'p>>) -> usize

Returns the number of LLVM instructions in a passed path. The returned value is only accurate if the path under analysis does not include a panic, exception, exit, or any hooked calls (such as inline assembly).