Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp219 BasicBlock::iterator LocalStartPos = Pair.second; in findDependencies() local
222 if (LocalStartPos == StartBBBegin) { in findDependencies()
236 Instruction *Inst = &*--LocalStartPos; in findDependencies()