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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
User.cpp 36 DVI->replaceVariableLocationOp(From, To);
IntrinsicInst.cpp 82 void DbgVariableIntrinsic::replaceVariableLocationOp(Value *OldValue,
102 void DbgVariableIntrinsic::replaceVariableLocationOp(unsigned OpIdx,
Value.cpp 542 DVI->replaceVariableLocationOp(V, New);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h 205 void replaceVariableLocationOp(Value *OldValue, Value *NewValue);
206 void replaceVariableLocationOp(unsigned OpIdx, Value *NewValue);
243 replaceVariableLocationOp(OldValue, Undef);
274 /// replaceVariableLocationOp and addVariableLocationOps should be used where
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LCSSA.cpp 249 DVI->replaceVariableLocationOp(I, V);
LoopRotationUtils.cpp 186 DbgValue->replaceVariableLocationOp(OrigHeaderVal, NewVal);
Local.cpp 578 DII->replaceVariableLocationOp(I, Undef);
1653 NewDbgII->replaceVariableLocationOp(VI, PHI);
1748 DII->replaceVariableLocationOp(&I, I.getOperand(0));
1757 DII->replaceVariableLocationOp(I.getOperand(0), Undef);
1768 DII->replaceVariableLocationOp(&I, Undef);
1970 DII->replaceVariableLocationOp(&From, &To);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64StackTagging.cpp 709 DVI->replaceVariableLocationOp(Info.OldAI, Info.AI);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
HWAddressSanitizer.cpp 1321 DVI->replaceVariableLocationOp(V, NewAI);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 2515 DVI->replaceVariableLocationOp(OriginalStorage, Storage);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 2912 DVI->replaceVariableLocationOp(New, Inst);
7984 DVI.replaceVariableLocationOp(Location, SunkAddr);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 3594 DIIClones.back()->replaceVariableLocationOp(I, I->getOperand(0));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 5902 DVI->replaceVariableLocationOp(Idx, EVHandle);

Completed in 129 milliseconds