Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp257 BlockLabelVec BlockLabels; member
265 BlockLabels(LoopPOT.size(), nullptr), in DivergencePropagator()
270 for (int BlockIdx = (int)BlockLabels.size() - 1; BlockIdx > 0; --BlockIdx) { in printDefs()
271 const auto *Label = BlockLabels[BlockIdx]; in printDefs()
289 const auto *OldLabel = BlockLabels[SuccIdx]; in computeJoin()
291 BlockLabels[SuccIdx] = &PushedLabel; in computeJoin()
296 BlockLabels[SuccIdx] = &SuccBlock; in computeJoin()
346 BlockLabels[SuccIdx] = SuccBlock; in computeJoinPoints()
369 const auto *Label = BlockLabels[BlockIdx]; in computeJoinPoints()