Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2988 bool HasPrevInstruction; member in __anon1d600f580b11::TypePromotionTransaction::InsertionHandler
2993 HasPrevInstruction = (Inst != &*(Inst->getParent()->begin())); in InsertionHandler()
3001 if (HasPrevInstruction) { in InsertionHandler()
3010 if (HasPrevInstruction) { in insert()