Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRemoveLoadsIntoFakeUses.cpp71 struct RemoveLoadsIntoFakeUses { struct
87 return RemoveLoadsIntoFakeUses().run(MF); in runOnMachineFunction()
95 if (!RemoveLoadsIntoFakeUses().run(MF)) in run()
103 bool RemoveLoadsIntoFakeUses::run(MachineFunction &MF) { in run()
/freebsd/lib/clang/libllvm/
H A DMakefile465 SRCS_MIN+= CodeGen/RemoveLoadsIntoFakeUses.cpp