Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2985 std::optional<DbgRecord::self_iterator> BeforeDbgRecord = std::nullopt; member in __anon1d600f580b11::TypePromotionTransaction::InsertionHandler
2999 BeforeDbgRecord = Inst->getDbgReinsertionPosition(); in InsertionHandler()
3022 Inst->getParent()->reinsertInstInDbgRecords(Inst, BeforeDbgRecord); in insert()