Home
last modified time | relevance | path

Searched defs:EntryExitInstrumenterPass (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DEntryExitInstrumenter.h24 struct EntryExitInstrumenterPass struct
26 EntryExitInstrumenterPass(bool PostInlining) : PostInlining(PostInlining) {} in EntryExitInstrumenterPass() function
33 bool PostInlining;
35 static bool isRequired() { return true; } in isRequired()