Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DLegacyPassManager.cpp297 FunctionPassManagerImpl *FPP = OnTheFlyManager.second; in ~MPPassManager() local
298 delete FPP; in ~MPPassManager()
1593 FunctionPassManagerImpl *FPP = OnTheFlyManager.second; in runOnModule() local
1594 Changed |= FPP->doInitialization(M); in runOnModule()
1636 FunctionPassManagerImpl *FPP = OnTheFlyManager.second; in runOnModule() local
1639 FPP->releaseMemoryOnTheFly(); in runOnModule()
1640 Changed |= FPP->doFinalization(M); in runOnModule()
1658 FunctionPassManagerImpl *FPP = OnTheFlyManagers[P]; in addLowerLevelRequiredPass() local
1659 if (!FPP) { in addLowerLevelRequiredPass()
1660 FPP = new FunctionPassManagerImpl(); in addLowerLevelRequiredPass()
[all …]
/external/llvm/lib/Analysis/
DCallGraphSCCPass.cpp142 FPPassManager *FPP = (FPPassManager*)P; in RunPassOnSCC() local
149 TimeRegion PassTimer(getPassTimer(FPP)); in RunPassOnSCC()
150 Changed |= FPP->runOnFunction(*F); in RunPassOnSCC()