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

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 203 TrueBB(truebb), FalseBB(falsebb), ThisBB(me),
217 // ThisBB - the block into which to emit the code for the setcc and branches
218 MachineBasicBlock *ThisBB;
254 Mask(M), ThisBB(T), TargetBB(Tr), ExtraWeight(Weight) { }
256 MachineBasicBlock *ThisBB;
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 54 BBInfo(BlkT *ThisBB, ValT V)
55 : BB(ThisBB), AvailableVal(V), DefBB(V ? this : 0), BlkNum(0), IDom(0),
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 698 BasicBlock *ThisBB = PN->getIncomingBlock(i);
699 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB);
700 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB);
707 NewPN->addIncoming(InV, ThisBB);
    [all...]

Completed in 365 milliseconds