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 74 /// GetValueAtEndOfBlock - Construct SSA form, materializing a value that is
76 unsigned MachineSSAUpdater::GetValueAtEndOfBlock(MachineBasicBlock *BB) {
126 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
144 // GetValueAtEndOfBlock to do our work.
  /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);
183 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U));
200 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U));
202 V = GetValueAtEndOfBlock(User->getParent());

Completed in 1446 milliseconds