Searched refs:insertIntoListsForBlock (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 457 MSSA->insertIntoListsForBlock(NewUseOrDef, NewBB, MemorySSA::End); in cloneUsesAndDefs() 1140 MSSA->insertIntoListsForBlock(NewAccess, BB, Point); in createMemoryAccessInBB()
|
| H A D | MemorySSA.cpp | 1511 void MemorySSA::insertIntoListsForBlock(MemoryAccess *NewAccess, in insertIntoListsForBlock() function in MemorySSA 1606 insertIntoListsForBlock(What, BB, Point); in moveTo() 1613 insertIntoListsForBlock(Phi, BB, Beginning); in createMemoryPhi()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | MemorySSA.h | 825 void insertIntoListsForBlock(MemoryAccess *, const BasicBlock *,
|