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

  /external/llvm/lib/Analysis/
DivergenceAnalysis.cpp 142 BasicBlock *ThisBB = TI->getParent();
143 BasicBlock *IPostDom = PDT.getNode(ThisBB)->getIDom()->getBlock();
174 computeInfluenceRegion(ThisBB, IPostDom, InfluenceRegion);
179 BasicBlock *InfluencedBB = ThisBB;
201 // A helper function for computeInfluenceRegion that adds successors of "ThisBB"
204 addSuccessorsToInfluenceRegion(BasicBlock *ThisBB, BasicBlock *End,
207 for (BasicBlock *Succ : successors(ThisBB)) {
  /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/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 225 TrueBB(truebb), FalseBB(falsebb), ThisBB(me), TrueProb(trueprob),
239 // ThisBB - the block into which to emit the code for the setcc and branches
240 MachineBasicBlock *ThisBB;
276 Mask(M), ThisBB(T), TargetBB(Tr), ExtraProb(Prob) { }
278 MachineBasicBlock *ThisBB;
    [all...]
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 869 milliseconds