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

  /external/llvm/lib/Analysis/
DivergenceAnalysis.cpp 186 BasicBlock *ThisBB = TI->getParent();
187 BasicBlock *IPostDom = PDT.getNode(ThisBB)->getIDom()->getBlock();
218 computeInfluenceRegion(ThisBB, IPostDom, InfluenceRegion);
223 BasicBlock *InfluencedBB = ThisBB;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 213 TrueBB(truebb), FalseBB(falsebb), ThisBB(me),
227 // ThisBB - the block into which to emit the code for the setcc and branches
228 MachineBasicBlock *ThisBB;
264 Mask(M), ThisBB(T), TargetBB(Tr), ExtraWeight(Weight) { }
266 MachineBasicBlock *ThisBB;
    [all...]
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 806 BasicBlock *ThisBB = PN->getIncomingBlock(i);
807 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB);
808 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB);
818 NewPN->addIncoming(InV, ThisBB);
    [all...]

Completed in 1223 milliseconds