Searched refs:insertIntoListsForBlock (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 631 MSSA->insertIntoListsForBlock(NewUseOrDef, NewBB, MemorySSA::End); in cloneUsesAndDefs() 1433 MSSA->insertIntoListsForBlock(NewAccess, BB, Point); in createMemoryAccessInBB()
|
| H A D | MemorySSA.cpp | 1586 void MemorySSA::insertIntoListsForBlock(MemoryAccess *NewAccess, in insertIntoListsForBlock() function in MemorySSA 1681 insertIntoListsForBlock(What, BB, Point); in moveTo() 1688 insertIntoListsForBlock(Phi, BB, Beginning); in createMemoryPhi()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | MemorySSA.h | 836 void insertIntoListsForBlock(MemoryAccess *, const BasicBlock *,
|