Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp224 BasicBlock::iterator LocalStartPos = Pair.second; in findDependencies() local
227 if (LocalStartPos == StartBBBegin) { in findDependencies()
241 Instruction *Inst = &*--LocalStartPos; in findDependencies()