Searched defs:Inspect (Results 1 – 2 of 2) sorted by relevance
16 pub struct Inspect<I: ParallelIterator, F> { struct21 impl<I: ParallelIterator + Debug, F> Debug for Inspect<I, F> { implementation27 impl<I, F> Inspect<I, F> implementation37 impl<I, F> ParallelIterator for Inspect<I, F> implementation57 impl<I, F> IndexedParallelIterator for Inspect<I, F> implementation
151 bool Inspect(llvm::Function &function) { return InspectFunction(function); } in Inspect() function in Instrumenter