Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDMemorySSAUpdater.cpp66 MemoryAccess *Result = MSSA->createMemoryPhi(BB); in getPreviousDefRecursive()
109 Phi = MSSA->createMemoryPhi(BB); in getPreviousDefRecursive()
382 MPhi = MSSA->createMemoryPhi(BBIDF); in insertDef()
622 auto *NewMPhi = MSSA->createMemoryPhi(BEBlock); in updatePhisWhenInsertingUniqueBackedgeBlock()
713 MemoryPhi *NewPhi = MSSA->createMemoryPhi(NewBlock); in updateForClonedLoop()
963 InsertedPhis.push_back(MSSA->createMemoryPhi(BB)); in applyInsertUpdates()
1065 auto *IDFPhi = MSSA->createMemoryPhi(BBIDF); in applyInsertUpdates()
1257 MemoryPhi *NewPhi = MSSA->createMemoryPhi(New); in wireOldPredecessorsToNewImmediatePredecessor()
HDMemorySSA.cpp1503 createMemoryPhi(BB); in placePHINodes()
1693 MemoryPhi *MemorySSA::createMemoryPhi(BasicBlock *BB) { in createMemoryPhi() function in MemorySSA
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDMemorySSA.h856 MemoryPhi *createMemoryPhi(BasicBlock *BB);