Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.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()
DMemorySSA.cpp1503 createMemoryPhi(BB); in placePHINodes()
1693 MemoryPhi *MemorySSA::createMemoryPhi(BasicBlock *BB) { in createMemoryPhi() function in MemorySSA
/external/llvm-project/llvm/lib/Analysis/
DMemorySSAUpdater.cpp68 MemoryAccess *Result = MSSA->createMemoryPhi(BB); in getPreviousDefRecursive()
111 Phi = MSSA->createMemoryPhi(BB); in getPreviousDefRecursive()
385 MPhi = MSSA->createMemoryPhi(BBIDF); in insertDef()
648 auto *NewMPhi = MSSA->createMemoryPhi(BEBlock); in updatePhisWhenInsertingUniqueBackedgeBlock()
743 MemoryPhi *NewPhi = MSSA->createMemoryPhi(NewBlock); in updateForClonedLoop()
1000 InsertedPhis.push_back(MSSA->createMemoryPhi(BB)); in applyInsertUpdates()
1102 auto *IDFPhi = MSSA->createMemoryPhi(BBIDF); in applyInsertUpdates()
1278 MemoryPhi *NewPhi = MSSA->createMemoryPhi(New); in wireOldPredecessorsToNewImmediatePredecessor()
DMemorySSA.cpp1529 createMemoryPhi(BB); in placePHINodes()
1719 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-10.0/llvm/include/llvm/Analysis/
DMemorySSA.h856 MemoryPhi *createMemoryPhi(BasicBlock *BB);
/external/llvm-project/llvm/include/llvm/Analysis/
DMemorySSA.h854 MemoryPhi *createMemoryPhi(BasicBlock *BB);
/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp455 MemoryPhi *MemorySSA::createMemoryPhi(BasicBlock *BB) { in createMemoryPhi() function in llvm::MemorySSA