HomeSort by relevance Sort by last modified time
    Searched refs:StoredValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 441 Value *StoredValue = 0;
449 if (StoredValue) {
450 replaceLoadWithValue(L, StoredValue);
451 L->replaceAllUsesWith(StoredValue);
452 ReplacedLoads[L] = StoredValue;
465 StoredValue = SI->getOperand(0);
470 assert(StoredValue && "Already checked that there is a store in block");
471 SSA.AddAvailableValue(BB, StoredValue);
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 297 Value *StoredValue = cast<StoreInst>(I)->getValueOperand();
300 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy()));

Completed in 65 milliseconds