Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp591 auto SearchStartPt = ThrowingCall ? MachineBasicBlock::iterator(ThrowingCall) in placeTryMarker() local
593 for (auto I = SearchStartPt, E = Header->begin(); I != E; --I) { in placeTryMarker()