Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
1084 for (auto *BBIDF : IDFBlocks) in applyInsertUpdates() local
1085 if (!MSSA->getMemoryAccess(BBIDF)) { in applyInsertUpdates()
1086 auto *IDFPhi = MSSA->createMemoryPhi(BBIDF); in applyInsertUpdates()
1091 for (auto *BBIDF : IDFBlocks) { in applyInsertUpdates() local
1092 auto *IDFPhi = MSSA->getMemoryAccess(BBIDF); in applyInsertUpdates()
[all …]