Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1694 Instruction *RematerializedValue = RematerializedValuePair.first; in insertRematerializationStores() local
1701 StoreInst *Store = new StoreInst(RematerializedValue, Alloca); in insertRematerializationStores()
1702 Store->insertAfter(RematerializedValue); in insertRematerializationStores()
2253 Instruction *RematerializedValue = rematerializeChain(InsertBefore); in rematerializeLiveValues() local
2254 Info.RematerializedValues[RematerializedValue] = LiveValue; in rematerializeLiveValues()