Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp397 bool CausedJoin = false; in computeJoinPoints() local
407 CausedJoin |= visitLoopExitEdge(*BlockLoopExit, *Label, IsParentLoop); in computeJoinPoints()
414 CausedJoin |= visitEdge(*SuccBlock, *Label); in computeJoinPoints()
421 if (CausedJoin) { in computeJoinPoints()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h638 bool CausedJoin = false; in computeJoinPoints() local
669 CausedJoin |= visitCycleExitEdge(*BlockCycleExit, *Label); in computeJoinPoints()
675 CausedJoin |= visitEdge(*SuccBlock, *Label); in computeJoinPoints()
682 if (CausedJoin) { in computeJoinPoints()