Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DEntryExitInstrumenter.h24 struct EntryExitInstrumenterPass struct
26 EntryExitInstrumenterPass(bool PostInlining) : PostInlining(PostInlining) {} in EntryExitInstrumenterPass() function
30 bool PostInlining;
32 static bool isRequired() { return true; } in isRequired()