Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DMemorySSAUpdater.cpp68 MemoryAccess *Result = MSSA->createMemoryPhi(BB); in getPreviousDefRecursive()
111 Phi = MSSA->createMemoryPhi(BB); in getPreviousDefRecursive()
382 MPhi = MSSA->createMemoryPhi(BBIDF); in insertDef()
646 auto *NewMPhi = MSSA->createMemoryPhi(BEBlock); in updatePhisWhenInsertingUniqueBackedgeBlock()
741 MemoryPhi *NewPhi = MSSA->createMemoryPhi(NewBlock); in updateForClonedLoop()
1005 InsertedPhis.push_back(MSSA->createMemoryPhi(BB)); in applyInsertUpdates()
1107 auto *IDFPhi = MSSA->createMemoryPhi(BBIDF); in applyInsertUpdates()
1283 MemoryPhi *NewPhi = MSSA->createMemoryPhi(New); in wireOldPredecessorsToNewImmediatePredecessor()
DMemorySSA.cpp1506 createMemoryPhi(BB); in placePHINodes()
1696 MemoryPhi *MemorySSA::createMemoryPhi(BasicBlock *BB) { in createMemoryPhi() function in MemorySSA
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DMemorySSA.h858 MemoryPhi *createMemoryPhi(BasicBlock *BB);