Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp379 for (auto *BBIDF : IDFBlocks) { in insertDef() local
380 auto *MPhi = MSSA->getMemoryAccess(BBIDF); in insertDef()
382 MPhi = MSSA->createMemoryPhi(BBIDF); in insertDef()
396 auto *BBIDF = MPhi->getBlock(); in insertDef() local
397 for (auto *Pred : predecessors(BBIDF)) { in insertDef()
1105 for (auto *BBIDF : IDFBlocks) in applyInsertUpdates() local
1106 if (!MSSA->getMemoryAccess(BBIDF)) { in applyInsertUpdates()
1107 auto *IDFPhi = MSSA->createMemoryPhi(BBIDF); in applyInsertUpdates()
1112 for (auto *BBIDF : IDFBlocks) { in applyInsertUpdates() local
1113 auto *IDFPhi = MSSA->getMemoryAccess(BBIDF); in applyInsertUpdates()
[all …]