Searched refs:createMemoryPhi (Results 1 – 6 of 6) sorted by relevance
61 MemoryAccess *Result = MSSA->createMemoryPhi(BB); in getPreviousDefRecursive()85 Phi = MSSA->createMemoryPhi(BB); in getPreviousDefRecursive()514 MemoryPhi *NewPhi = MSSA->createMemoryPhi(New); in wireOldPredecessorsToNewImmediatePredecessor()
1335 createMemoryPhi(BB); in placePHINodes()1497 MemoryPhi *MemorySSA::createMemoryPhi(BasicBlock *BB) { in createMemoryPhi() function in MemorySSA
96 MemoryPhi *MP = MSSA.createMemoryPhi(Merge); in TEST_F()
538 MemoryPhi *createMemoryPhi(BasicBlock *BB);
818 MemoryPhi *createMemoryPhi(BasicBlock *BB);
455 MemoryPhi *MemorySSA::createMemoryPhi(BasicBlock *BB) { in createMemoryPhi() function in llvm::MemorySSA