Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1623 LoadInst *OldLoad = It->second; in eliminatePartiallyRedundantLoad() local
1624 combineMetadataForCSE(NewLoad, OldLoad, false); in eliminatePartiallyRedundantLoad()
1625 OldLoad->replaceAllUsesWith(NewLoad); in eliminatePartiallyRedundantLoad()
1626 replaceValuesPerBlockEntry(ValuesPerBlock, OldLoad, NewLoad); in eliminatePartiallyRedundantLoad()
1627 if (uint32_t ValNo = VN.lookup(OldLoad, false)) in eliminatePartiallyRedundantLoad()
1628 LeaderTable.erase(ValNo, OldLoad, OldLoad->getParent()); in eliminatePartiallyRedundantLoad()
1629 removeInstruction(OldLoad); in eliminatePartiallyRedundantLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1952 LLVM_ABI SDValue makeEquivalentMemoryOrdering(LoadSDNode *OldLoad,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12403 SDValue SelectionDAG::makeEquivalentMemoryOrdering(LoadSDNode *OldLoad, in makeEquivalentMemoryOrdering() argument
12406 SDValue OldChain = SDValue(OldLoad, 1); in makeEquivalentMemoryOrdering()