Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitter.cpp426 MachineFunction::iterator headerItr(header); in canInsertPreHeader() local
427 if (headerItr == mf->begin()) in canInsertPreHeader()
429 MachineBasicBlock *headerLayoutPred = llvm::prior(headerItr); in canInsertPreHeader()