Searched refs:FEntryInserter (Results 1 – 2 of 2) sorted by relevance
24 struct FEntryInserter : public MachineFunctionPass { struct26 FEntryInserter() : MachineFunctionPass(ID) { in FEntryInserter() function34 bool FEntryInserter::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()47 char FEntryInserter::ID = 0;48 char &llvm::FEntryInserterID = FEntryInserter::ID;49 INITIALIZE_PASS(FEntryInserter, "fentry-insert", "Insert fentry calls", false,
251 SRCS_MIN+= CodeGen/FEntryInserter.cpp