Searched refs:Modu (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 206 ICallPromotionFunc(Function &Func, Module *Modu, InstrProfSymtab *Symtab, in ICallPromotionFunc() argument 208 : F(Func), M(Modu), Symtab(Symtab), SamplePGO(SamplePGO), ORE(ORE) {} in ICallPromotionFunc()
|
H A D | PGOInstrumentation.cpp | 1059 PGOUseFunc(Function &Func, Module *Modu, TargetLibraryInfo &TLI, in PGOUseFunc() argument 1063 : F(Func), M(Modu), BFI(BFIin), PSI(PSI), in PGOUseFunc()
|