Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCRootLowering.cpp37 static bool DoLowering(Function &F, GCStrategy &S);
89 bool Changed = DoLowering(F, Info.getStrategy()); in run()
201 return DoLowering(F, S); in runOnFunction()
204 bool DoLowering(Function &F, GCStrategy &S) { in DoLowering() function