Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1994 for (auto RematerializedValuePair: RematerializedValues) { in insertRematerializationStores() local
1995 Instruction *RematerializedValue = RematerializedValuePair.first; in insertRematerializationStores()
1996 Value *OriginalValue = RematerializedValuePair.second; in insertRematerializationStores()
2048 for (auto RematerializedValuePair : Info.RematerializedValues) { in relocationViaAlloca() local
2049 Value *OriginalValue = RematerializedValuePair.second; in relocationViaAlloca()