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

  /external/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h 73 /// GetValueAtEndOfBlock - Construct SSA form, materializing a value that is
75 unsigned GetValueAtEndOfBlock(MachineBasicBlock *BB);
80 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 71 /// GetValueAtEndOfBlock - Construct SSA form, materializing a value that is
73 Value *GetValueAtEndOfBlock(BasicBlock *BB);
78 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 89 /// GetValueAtEndOfBlock - Construct SSA form, materializing a value that is
91 Value *SSAUpdater::GetValueAtEndOfBlock(BasicBlock *BB) {
99 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
117 // GetValueAtEndOfBlock to do our work.
119 return GetValueAtEndOfBlock(BB);
132 Value *PredVal = GetValueAtEndOfBlock(PredBB);
145 Value *PredVal = GetValueAtEndOfBlock(PredBB);
210 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U));
226 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U));
228 V = GetValueAtEndOfBlock(User->getParent())
    [all...]
  /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.

Completed in 260 milliseconds