Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp75 AllocaInst *insertPHILoads(PHINode *PN, Function &F);
875 AllocaInst *SpillSlot = insertPHILoads(PN, F); in demotePHIsOnFunclets()
1228 AllocaInst *WinEHPrepareImpl::insertPHILoads(PHINode *PN, Function &F) { in insertPHILoads() function in WinEHPrepareImpl