Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2130 bool HasPrevInstruction; member in __anonebd7bfba0211::TypePromotionTransaction::InsertionHandler
2136 HasPrevInstruction = (It != (Inst->getParent()->begin())); in InsertionHandler()
2137 if (HasPrevInstruction) in InsertionHandler()
2145 if (HasPrevInstruction) { in insert()