HomeSort by relevance Sort by last modified time
    Searched defs:ThisBB (Results 1 - 3 of 3) 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...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 677 BasicBlock *ThisBB = PN->getIncomingBlock(i);
678 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB);
679 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB);
686 NewPN->addIncoming(InV, ThisBB);
    [all...]

Completed in 83 milliseconds