Searched refs:copyValue (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DNoAliasAnalysis.cpp67 virtual void copyValue(Value *From, Value *To) {} function in struct:__anon2076::NoAA
H A DAliasDebugger.cpp125 virtual void copyValue(Value *From, Value *To) { function in class:__anon2047::AliasDebugger
127 AliasAnalysis::copyValue(From, To);
H A DAliasSetTracker.cpp518 // copyValue - This method should be used whenever a preexisting value in the
523 void AliasSetTracker::copyValue(Value *From, Value *To) { function in class:AliasSetTracker
525 AA.copyValue(From, To);
607 AST->copyValue(getValPtr(), V);
H A DAliasAnalysis.cpp68 void AliasAnalysis::copyValue(Value *From, Value *To) { function in class:AliasAnalysis
70 AA->copyValue(From, To);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp369 CurAST->copyValue(&I, C);
591 CurAST->copyValue(&I, NewPHIs[i]);
709 AST.copyValue(LI, V);
884 AST->copyValue(From, To);
H A DGVN.cpp1305 AA->copyValue(LI, NewPHIs[i]);
/freebsd-9.3-release/contrib/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp155 virtual void copyValue(Value *From, Value *To);
595 void GlobalsModRef::copyValue(Value *From, Value *To) { function in class:GlobalsModRef
596 AliasAnalysis::copyValue(From, To);
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h529 /// copyValue - This method should be used whenever a preexisting value in the
535 virtual void copyValue(Value *From, Value *To);
552 copyValue(Old, New);
H A DAliasSetTracker.h382 /// copyValue - This method should be used whenever a preexisting value in the
388 void copyValue(Value *From, Value *To);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp699 AA.copyValue(OrigLoad->getOperand(0), V);
709 AA.copyValue(OrigLoad, Args.back());
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp698 if (AA) AA->copyValue(PN, NewPN);
H A DBasicBlockUtils.cpp414 if (AA) AA->copyValue(PN, NewPHI);
H A DPromoteMemoryToRegister.cpp258 /// pointer type, we keep track of what to copyValue to the inserted PHI
953 AST->copyValue(PointerAllocaValues[AllocaNo], PN);

Completed in 104 milliseconds