Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp408 FunctionPassManagerImpl *FPP = OnTheFlyManager.second; in ~MPPassManager() local
409 delete FPP; in ~MPPassManager()
1554 FunctionPassManagerImpl *FPP = OnTheFlyManager.second; in runOnModule() local
1555 Changed |= FPP->doInitialization(M); in runOnModule()
1615 FunctionPassManagerImpl *FPP = OnTheFlyManager.second; in runOnModule() local
1618 FPP->releaseMemoryOnTheFly(); in runOnModule()
1619 Changed |= FPP->doFinalization(M); in runOnModule()
1636 FunctionPassManagerImpl *FPP = OnTheFlyManagers[P]; in addLowerLevelRequiredPass() local
1637 if (!FPP) { in addLowerLevelRequiredPass()
1638 FPP = new FunctionPassManagerImpl(); in addLowerLevelRequiredPass()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCallGraphSCCPass.cpp168 FPPassManager *FPP = (FPPassManager*)P; in RunPassOnSCC() local
175 TimeRegion PassTimer(getPassTimer(FPP)); in RunPassOnSCC()
176 Changed |= FPP->runOnFunction(*F); in RunPassOnSCC()