Searched refs:FEntryInserter (Results 1 – 2 of 2) sorted by relevance
27 struct FEntryInserter : public MachineFunctionPass { struct29 FEntryInserter() : MachineFunctionPass(ID) { in FEntryInserter() function37 bool FEntryInserter::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()50 char FEntryInserter::ID = 0;51 char &llvm::FEntryInserterID = FEntryInserter::ID;52 INITIALIZE_PASS(FEntryInserter, "fentry-insert", "Insert fentry calls", false,
227 SRCS_MIN+= CodeGen/FEntryInserter.cpp