Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp63 MemoryAccess *Result = MSSA->createMemoryPhi(BB); in getPreviousDefRecursive()
87 Phi = MSSA->createMemoryPhi(BB); in getPreviousDefRecursive()
523 MemoryPhi *NewPhi = MSSA->createMemoryPhi(NewBlock); in updateForClonedLoop()
767 MSSA->createMemoryPhi(BB); in applyInsertUpdates()
867 IDFPhi = MSSA->createMemoryPhi(BBIDF); in applyInsertUpdates()
1032 MemoryPhi *NewPhi = MSSA->createMemoryPhi(New); in wireOldPredecessorsToNewImmediatePredecessor()
H A DMemorySSA.cpp1423 createMemoryPhi(BB); in placePHINodes()
1609 MemoryPhi *MemorySSA::createMemoryPhi(BasicBlock *BB) { in createMemoryPhi() function in MemorySSA
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMemorySSA.h852 MemoryPhi *createMemoryPhi(BasicBlock *BB);