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

  /external/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h 65 /// AddAvailableValue - Indicate that a rewritten value is available at the
67 void AddAvailableValue(MachineBasicBlock *BB, unsigned V);
101 /// the same block as the use, but above it. Any 'AddAvailableValue's added
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 63 /// AddAvailableValue - Indicate that a rewritten value is available at the
65 void AddAvailableValue(BasicBlock *BB, Value *V);
99 /// the same block as the use, but above it. Any 'AddAvailableValue's added
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 62 /// AddAvailableValue - Indicate that a rewritten value is available in the
64 void SSAUpdater::AddAvailableValue(BasicBlock *BB, Value *V) {
409 SSA.AddAvailableValue(BB, SI->getOperand(0));
471 SSA.AddAvailableValue(BB, StoredValue);
LCSSA.cpp 246 SSAUpdate.AddAvailableValue(ExitBB, PN);
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 119 SSA.AddAvailableValue(OrigHeader, OrigHeaderVal);
120 SSA.AddAvailableValue(OrigPreheader, OrigPreHeaderVal);
LICM.cpp 543 SSA.AddAvailableValue(ExitBlock, New);
808 SSA.AddAvailableValue(Preheader, PreheaderLoad);
JumpThreading.cpp     [all...]
GVN.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 66 /// AddAvailableValue - Indicate that a rewritten value is available in the
68 void MachineSSAUpdater::AddAvailableValue(MachineBasicBlock *BB, unsigned V) {
TailDuplication.cpp 231 SSAUpdate.AddAvailableValue(DefBB, VReg);
240 SSAUpdate.AddAvailableValue(SrcBB, SrcReg);
    [all...]

Completed in 187 milliseconds