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

  /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/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...]

Completed in 157 milliseconds