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

/freebsd-10.0-release/contrib/llvm/lib/IR/
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);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7620 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,
7622 return SDValue(NewST, 0);
7627 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,
7629 return SDValue(NewST, 0);
7697 SDValue NewST = DAG.getStore(Chain, N->getDebugLoc(), local
7708 return NewST;
7755 SDValue NewST = DAG.getStore(NewLD.getValue(1), N->getDebugLoc(), local
7761 AddToWorkList(NewST.getNode());
7765 return NewST;
8432 SDValue NewST local
[all...]

Completed in 257 milliseconds