Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DLegacyPassManager.cpp310 FunctionPassManagerImpl *FPP = OnTheFlyManager.second; in ~MPPassManager() local
311 delete FPP; in ~MPPassManager()
1582 FunctionPassManagerImpl *FPP = OnTheFlyManager.second; in runOnModule() local
1583 Changed |= FPP->doInitialization(M); in runOnModule()
1625 FunctionPassManagerImpl *FPP = OnTheFlyManager.second; in runOnModule() local
1628 FPP->releaseMemoryOnTheFly(); in runOnModule()
1629 Changed |= FPP->doFinalization(M); in runOnModule()
1647 FunctionPassManagerImpl *FPP = OnTheFlyManagers[P]; in addLowerLevelRequiredPass() local
1648 if (!FPP) { in addLowerLevelRequiredPass()
1649 FPP = new FunctionPassManagerImpl(); in addLowerLevelRequiredPass()
[all …]
/external/swiftshader/third_party/LLVM/lib/VMCore/
DPassManager.cpp313 FunctionPassManagerImpl *FPP = I->second; in ~MPPassManager() local
314 delete FPP; in ~MPPassManager()
1571 FunctionPassManagerImpl *FPP = I->second; in runOnModule() local
1572 Changed |= FPP->doInitialization(M); in runOnModule()
1607 FunctionPassManagerImpl *FPP = I->second; in runOnModule() local
1610 FPP->releaseMemoryOnTheFly(); in runOnModule()
1611 Changed |= FPP->doFinalization(M); in runOnModule()
1626 FunctionPassManagerImpl *FPP = OnTheFlyManagers[P]; in addLowerLevelRequiredPass() local
1627 if (!FPP) { in addLowerLevelRequiredPass()
1628 FPP = new FunctionPassManagerImpl(); in addLowerLevelRequiredPass()
[all …]
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
DCallGraphSCCPass.cpp137 FPPassManager *FPP = (FPPassManager*)P; in RunPassOnSCC() local
144 TimeRegion PassTimer(getPassTimer(FPP)); in RunPassOnSCC()
145 Changed |= FPP->runOnFunction(*F); in RunPassOnSCC()
/external/llvm/lib/Analysis/
DCallGraphSCCPass.cpp143 FPPassManager *FPP = (FPPassManager*)P; in RunPassOnSCC() local
150 TimeRegion PassTimer(getPassTimer(FPP)); in RunPassOnSCC()
151 Changed |= FPP->runOnFunction(*F); in RunPassOnSCC()