Searched refs:insertIntoListsForBlock (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 1598 void MemorySSA::insertIntoListsForBlock(MemoryAccess *NewAccess, in insertIntoListsForBlock() function in MemorySSA 1693 insertIntoListsForBlock(What, BB, Point); in moveTo() 1700 insertIntoListsForBlock(Phi, BB, Beginning); in createMemoryPhi()
|
H A D | MemorySSAUpdater.cpp | 632 MSSA->insertIntoListsForBlock(NewUseOrDef, NewBB, MemorySSA::End); in cloneUsesAndDefs() 1449 MSSA->insertIntoListsForBlock(NewAccess, BB, Point); in createMemoryAccessInBB()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | MemorySSA.h | 830 void insertIntoListsForBlock(MemoryAccess *, const BasicBlock *,
|