Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp274 BlockLabelVec BlockLabels; member
282 BlockLabels(LoopPOT.size(), nullptr), in DivergencePropagator()
287 for (int BlockIdx = (int)BlockLabels.size() - 1; BlockIdx > 0; --BlockIdx) { in printDefs()
288 const auto *Label = BlockLabels[BlockIdx]; in printDefs()
306 const auto *OldLabel = BlockLabels[SuccIdx]; in computeJoin()
308 BlockLabels[SuccIdx] = &PushedLabel; in computeJoin()
313 BlockLabels[SuccIdx] = &SuccBlock; in computeJoin()
363 BlockLabels[SuccIdx] = SuccBlock; in computeJoinPoints()
386 const auto *Label = BlockLabels[BlockIdx]; in computeJoinPoints()