Searched refs:VarLocBasedLDV (Results 1 – 2 of 2) sorted by relevance
270 class VarLocBasedLDV : public LDVImpl { class1014 VarLocBasedLDV();1016 ~VarLocBasedLDV();1030 VarLocBasedLDV::VarLocBasedLDV() = default;1032 VarLocBasedLDV::~VarLocBasedLDV() = default;1213 VarLocBasedLDV::VarLoc::SpillLoc1425 void VarLocBasedLDV::insertTransferDebugPair( in insertTransferDebugPair()1621 Optional<VarLocBasedLDV::VarLoc::SpillLoc>1913 bool VarLocBasedLDV::join( in join()2021 bool VarLocBasedLDV::isEntryValueCandidate( in isEntryValueCandidate()[all …]
40 # Doing so introduces a functional change: VarLocBasedLDV won't propagate42 # replicate VarLocBasedLDV most of the time. In the MIR below, bb2 is out of44 # requires full SSA and value propagation to emulate what VarLocBasedLDV did.45 # Applying this speed optimisation makes us diverge from what VarLocBasedLDV58 ## VarLocBasedLDV will take the DBG_VALUE in the assignment block, propagate