Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp219 BasicBlock::iterator LocalStartPos = Pair.second; in findDependencies() local
222 if (LocalStartPos == StartBBBegin) { in findDependencies()
236 Instruction *Inst = &*--LocalStartPos; in findDependencies()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp233 BasicBlock::iterator LocalStartPos = Pair.second; in FindDependencies() local
236 if (LocalStartPos == StartBBBegin) { in FindDependencies()
251 Instruction *Inst = &*--LocalStartPos; in FindDependencies()
/external/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp237 BasicBlock::iterator LocalStartPos = Pair.second; in FindDependencies() local
240 if (LocalStartPos == StartBBBegin) { in FindDependencies()
255 Instruction *Inst = &*--LocalStartPos; in FindDependencies()