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

  /external/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h 75 /// GetValueAtEndOfBlock - Construct SSA form, materializing a value that is
77 unsigned GetValueAtEndOfBlock(MachineBasicBlock *BB);
82 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 78 Value *GetValueAtEndOfBlock(BasicBlock *BB);
83 /// \c GetValueInMiddleOfBlock is the same as \c GetValueAtEndOfBlock except
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 81 Value *SSAUpdater::GetValueAtEndOfBlock(BasicBlock *BB) {
88 // GetValueAtEndOfBlock to do our work.
90 return GetValueAtEndOfBlock(BB);
103 Value *PredVal = GetValueAtEndOfBlock(PredBB);
116 Value *PredVal = GetValueAtEndOfBlock(PredBB);
182 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U));
199 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U));
201 V = GetValueAtEndOfBlock(User->getParent());
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 233 PhiInserter.GetValueAtEndOfBlock(Parent)
242 Value *Arg = PhiInserter.GetValueAtEndOfBlock(From);
251 Value *Args[] = { Cond, PhiInserter.GetValueAtEndOfBlock(Parent) };
273 Value *Arg = PhiInserter.GetValueAtEndOfBlock(BB);
  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 72 /// GetValueAtEndOfBlock - Construct SSA form, materializing a value that is
74 unsigned MachineSSAUpdater::GetValueAtEndOfBlock(MachineBasicBlock *BB) {
124 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
142 // GetValueAtEndOfBlock to do our work.
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 558 Phi->setIncomingValue(Idx, Updater.GetValueAtEndOfBlock(*FI));

Completed in 83 milliseconds