Searched defs:NewST (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
H A DSymbolTableListTraitsImpl.h38 ValueSymbolTable *NewST = TraitsClass::getSymTab(getListOwner()); local
41 if (OldST == NewST) return;
55 if (NewST) {
60 NewST->reinsertValue(I);
96 ValueSymbolTable *NewST = TraitsClass::getSymTab(NewIP);
98 if (NewST != OldST) {
105 if (NewST && HasName)
106 NewST->reinsertValue(&V);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6873 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,
6875 return SDValue(NewST, 0);
6880 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,
6882 return SDValue(NewST, 0);
6949 SDValue NewST = DAG.getStore(Chain, N->getDebugLoc(), local
6961 return NewST;
7008 SDValue NewST = DAG.getStore(NewLD.getValue(1), N->getDebugLoc(), local
7014 AddToWorkList(NewST.getNode());
7019 return NewST;
7132 SDValue NewST local
[all...]

Completed in 34 milliseconds