Searched refs:EntryExitInstrumenter (Results 1 – 2 of 2) sorted by relevance
123 struct EntryExitInstrumenter : public FunctionPass { struct125 EntryExitInstrumenter() : FunctionPass(ID) { in EntryExitInstrumenter() function133 char EntryExitInstrumenter::ID = 0;150 EntryExitInstrumenter, "ee-instrument",159 return new EntryExitInstrumenter(); in createEntryExitInstrumenterPass()
1427 SRCS_MIN+= Transforms/Utils/EntryExitInstrumenter.cpp