Home
last modified time | relevance | path

Searched refs:FEntryInserter (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFEntryInserter.cpp26 struct FEntryInserter { struct
37 return FEntryInserter().run(F); in runOnMachineFunction()
44 if (!FEntryInserter().run(MF)) in run()
49 bool FEntryInserter::run(MachineFunction &MF) { in run()
/freebsd/lib/clang/libllvm/
H A DMakefile292 SRCS_MIN+= CodeGen/FEntryInserter.cpp