Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp80 void replaceUseWithLoad(Value *V, Use &U, AllocaInst *&SpillSlot,
1101 replaceUseWithLoad(PN, U, SpillSlot, Loads, F); in insertPHILoads()
1161 void WinEHPrepare::replaceUseWithLoad(Value *V, Use &U, AllocaInst *&SpillSlot, in replaceUseWithLoad() function in WinEHPrepare