Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp206 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 DPGOInstrumentation.cpp1059 PGOUseFunc(Function &Func, Module *Modu, TargetLibraryInfo &TLI, in PGOUseFunc() argument
1063 : F(Func), M(Modu), BFI(BFIin), PSI(PSI), in PGOUseFunc()