| My Project
    | 
#include <PassInstrumentation.h>

| Public Attributes | |
| uint64_t | parentThreadID | 
| Pass * | parentPass | 
| The pass that spawned this pipeline.  More... | |
This struct represents information related to the parent pass of pipeline. It includes information that allows for effectively linking pipelines that run on different threads.
| Pass* mlir::PassInstrumentation::PipelineParentInfo::parentPass | 
The pass that spawned this pipeline.
| uint64_t mlir::PassInstrumentation::PipelineParentInfo::parentThreadID | 
The thread of the parent pass that the current pipeline was spawned from. Note: This is acquired from llvm::get_threadid().
 1.8.13
 1.8.13