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 212 TrueBB(truebb), FalseBB(falsebb), ThisBB(me),
226 // ThisBB - the block into which to emit the code for the setcc and branches
227 MachineBasicBlock *ThisBB;
262 Mask(M), ThisBB(T), TargetBB(Tr) { }
264 MachineBasicBlock *ThisBB;
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 668 BasicBlock *ThisBB = PN->getIncomingBlock(i);
669 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB);
670 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB);
677 NewPN->addIncoming(InV, ThisBB);
    [all...]

Completed in 39 milliseconds