Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp379 for (auto *BBIDF : IDFBlocks) { in insertDef() local
380 auto *MPhi = MSSA->getMemoryAccess(BBIDF); in insertDef()
382 MPhi = MSSA->createMemoryPhi(BBIDF); in insertDef()
394 auto *BBIDF = MPhi->getBlock(); in insertDef() local
395 for (auto *Pred : predecessors(BBIDF)) { in insertDef()
1063 for (auto *BBIDF : IDFBlocks) in applyInsertUpdates() local
1064 if (!MSSA->getMemoryAccess(BBIDF)) { in applyInsertUpdates()
1065 auto *IDFPhi = MSSA->createMemoryPhi(BBIDF); in applyInsertUpdates()
1070 for (auto *BBIDF : IDFBlocks) { in applyInsertUpdates() local
1071 auto *IDFPhi = MSSA->getMemoryAccess(BBIDF); in applyInsertUpdates()
[all …]