Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp365 Instruction *first_entry_instruction(entry_block.getFirstNonPHIOrDbg()); in CreateResultVariable() local
367 if (!first_entry_instruction) in CreateResultVariable()
383 new StoreInst(initializer, new_result_global, first_entry_instruction); in CreateResultVariable()