Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1077 SmallVector<BasicBlock *, 8> BlocksToProcess; in applyInsertUpdates() local
1080 BlocksToProcess.push_back(MPhi->getBlock()); in applyInsertUpdates()
1084 if (!BlocksToProcess.empty()) { in applyInsertUpdates()
1087 BlocksToProcess); in applyInsertUpdates()