Home | History | Annotate | Download | only in Scalar

Lines Matching refs:StartBB

2083 /// FindDependencies - Walk up the CFG from StartPos (which is in StartBB) and
2089 BasicBlock *StartBB, Instruction *StartInst,
2096 Worklist.push_back(std::make_pair(StartBB, StartPos));
2127 // Determine whether the original StartBB post-dominates all of the blocks we
2133 if (BB == StartBB)
2138 if (Succ != StartBB && !Visited.count(Succ)) {