Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp223 BasicBlock *LocalStartBB = Pair.first; in findDependencies() local
225 BasicBlock::iterator StartBBBegin = LocalStartBB->begin(); in findDependencies()
228 pred_iterator PI(LocalStartBB), PE(LocalStartBB, false); in findDependencies()