Request the timer for this legacy‐pass‐manager's pass instance.

Synopsis

Declared in <llvm/IR/PassTimingInfo.h>

Timer*
getPassTimer(Pass* P);

Return Value

The timer for P, or nullptr when pass timing is disabled.

Parameters

Name

Description

P

The pass instance to time.

Created with MrDocs