Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2652 bool HasPrevInstruction; member in __anon1b21b1700a11::TypePromotionTransaction::InsertionHandler
2658 HasPrevInstruction = (It != (Inst->getParent()->begin())); in InsertionHandler()
2659 if (HasPrevInstruction) in InsertionHandler()
2667 if (HasPrevInstruction) { in insert()