HomeSort by: relevance | last modified time | path
    Searched refs:getValueState (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
CalledValuePropagation.cpp 248 MergeValues(SS.getValueState(RegI), SS.getValueState(RetF));
285 MergeValues(SS.getValueState(RegFormal), SS.getValueState(RegActual));
294 MergeValues(SS.getValueState(RegI), SS.getValueState(RetF));
306 MergeValues(SS.getValueState(RegT), SS.getValueState(RegF));
319 MergeValues(SS.getValueState(RegI), SS.getValueState(MemGV))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SCCPSolver.cpp 174 /// getValueState - Return the ValueLatticeElement object that corresponds to
177 ValueLatticeElement &getValueState(Value *V) {
197 assert(V->getType()->isStructTy() && "Should use getValueState");
565 ValueLatticeElement BCValue = getValueState(BI->getCondition());
591 const ValueLatticeElement &SCValue = getValueState(SI->getCondition());
622 ValueLatticeElement IBRValue = getValueState(IBR->getAddress());
690 if (getValueState(&PN).isOverdefined())
705 ValueLatticeElement PhiState = getValueState(&PN);
710 ValueLatticeElement IV = getValueState(PN.getIncomingValue(i));
725 ValueLatticeElement &PhiStateRef = getValueState(&PN)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
SparsePropagation.h 149 /// UntrackedVal is returned, unlike the getValueState method.
155 /// getValueState - Return the LatticeVal object corresponding to the given
158 LatticeVal getValueState(LatticeKey Key);
228 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) {
302 getValueState(KeyInfo::getLatticeKeyFromValue(BI->getCondition()));
341 SCValue = getValueState(KeyInfo::getLatticeKeyFromValue(SI.getCondition()));
412 LatticeVal PNIV = getValueState(Key);
436 getValueState(KeyInfo::getLatticeKeyFromValue(PN.getIncomingValue(i)));

Completed in 22 milliseconds