Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp61 MemoryAccess *Result = MSSA->createMemoryPhi(BB); in getPreviousDefRecursive()
85 Phi = MSSA->createMemoryPhi(BB); in getPreviousDefRecursive()
514 MemoryPhi *NewPhi = MSSA->createMemoryPhi(New); in wireOldPredecessorsToNewImmediatePredecessor()
DMemorySSA.cpp1335 createMemoryPhi(BB); in placePHINodes()
1497 MemoryPhi *MemorySSA::createMemoryPhi(BasicBlock *BB) { in createMemoryPhi() function in MemorySSA
/external/llvm/unittests/Transforms/Utils/
DMemorySSA.cpp96 MemoryPhi *MP = MSSA.createMemoryPhi(Merge); in TEST_F()
/external/llvm/include/llvm/Transforms/Utils/
DMemorySSA.h538 MemoryPhi *createMemoryPhi(BasicBlock *BB);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemorySSA.h818 MemoryPhi *createMemoryPhi(BasicBlock *BB);
/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp455 MemoryPhi *MemorySSA::createMemoryPhi(BasicBlock *BB) { in createMemoryPhi() function in llvm::MemorySSA