Searched refs:RematerializedValue (Results 1 – 1 of 1) sorted by relevance
1694 Instruction *RematerializedValue = RematerializedValuePair.first; in insertRematerializationStores() local1701 StoreInst *Store = new StoreInst(RematerializedValue, Alloca); in insertRematerializationStores()1702 Store->insertAfter(RematerializedValue); in insertRematerializationStores()2253 Instruction *RematerializedValue = rematerializeChain(InsertBefore); in rematerializeLiveValues() local2254 Info.RematerializedValues[RematerializedValue] = LiveValue; in rematerializeLiveValues()