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 215 TrueBB(truebb), FalseBB(falsebb), ThisBB(me),
229 // ThisBB - the block into which to emit the code for the setcc and branches
230 MachineBasicBlock *ThisBB;
266 Mask(M), ThisBB(T), TargetBB(Tr), ExtraWeight(Weight) { }
268 MachineBasicBlock *ThisBB;
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 56 BBInfo(BlkT *ThisBB, ValT V)
57 : BB(ThisBB), AvailableVal(V), DefBB(V ? this : nullptr), BlkNum(0),
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 799 BasicBlock *ThisBB = PN->getIncomingBlock(i);
800 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB);
801 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB);
811 NewPN->addIncoming(InV, ThisBB);
    [all...]

Completed in 114 milliseconds