Searched refs:insertIntoListsForBlock (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 622 MSSA->insertIntoListsForBlock(NewUseOrDef, NewBB, MemorySSA::End); in cloneUsesAndDefs() 1408 MSSA->insertIntoListsForBlock(NewAccess, BB, Point); in createMemoryAccessInBB()
|
| H A D | MemorySSA.cpp | 1575 void MemorySSA::insertIntoListsForBlock(MemoryAccess *NewAccess, in insertIntoListsForBlock() function in MemorySSA 1670 insertIntoListsForBlock(What, BB, Point); in moveTo() 1677 insertIntoListsForBlock(Phi, BB, Beginning); in createMemoryPhi()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemorySSA.h | 835 void insertIntoListsForBlock(MemoryAccess *, const BasicBlock *,
|