Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2420 SmallVector<Instruction *, 32> LiveValuesToBeDeleted; in rematerializeLiveValuesAtUses() local
2501 LiveValuesToBeDeleted.push_back(Cand); in rematerializeLiveValuesAtUses()
2504 LLVM_DEBUG(dbgs() << "Rematerialized " << LiveValuesToBeDeleted.size() in rematerializeLiveValuesAtUses()
2506 for (auto *Cand : LiveValuesToBeDeleted) { in rematerializeLiveValuesAtUses()
2518 if (!LiveValuesToBeDeleted.empty()) { in rematerializeLiveValuesAtUses()
2540 SmallVector<Value *, 32> LiveValuesToBeDeleted; in rematerializeLiveValues() local
2560 LiveValuesToBeDeleted.push_back(LiveValue); in rematerializeLiveValues()
2594 for (auto *LiveValue: LiveValuesToBeDeleted) { in rematerializeLiveValues()