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

  /external/llvm/lib/Analysis/
DivergenceAnalysis.cpp 140 BasicBlock *ThisBB = TI->getParent();
143 if (!DT.isReachableFromEntry(ThisBB))
148 DomTreeNode *ThisNode = PDT.getNode(ThisBB);
183 computeInfluenceRegion(ThisBB, IPostDom, InfluenceRegion);
188 BasicBlock *InfluencedBB = ThisBB;
210 // A helper function for computeInfluenceRegion that adds successors of "ThisBB"
213 addSuccessorsToInfluenceRegion(BasicBlock *ThisBB, BasicBlock *End,
216 for (BasicBlock *Succ : successors(ThisBB)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DivergenceAnalysis.cpp 141 BasicBlock *ThisBB = TI->getParent();
144 if (!DT.isReachableFromEntry(ThisBB))
149 DomTreeNode *ThisNode = PDT.getNode(ThisBB);
184 computeInfluenceRegion(ThisBB, IPostDom, InfluenceRegion);
189 BasicBlock *InfluencedBB = ThisBB;
211 // A helper function for computeInfluenceRegion that adds successors of "ThisBB"
214 addSuccessorsToInfluenceRegion(BasicBlock *ThisBB, BasicBlock *End,
217 for (BasicBlock *Succ : successors(ThisBB)) {
  /external/swiftshader/third_party/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/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;
277 Mask(M), ThisBB(T), TargetBB(Tr), ExtraProb(Prob) { }
279 MachineBasicBlock *ThisBB;
    [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 240 // ThisBB - the block into which to emit the code for the setcc and branches
241 MachineBasicBlock *ThisBB;
257 TrueBB(truebb), FalseBB(falsebb), ThisBB(me), DL(dl),
292 MachineBasicBlock *ThisBB;
298 Mask(M), ThisBB(T), TargetBB(Tr), ExtraProb(Prob) {}
    [all...]
SelectionDAGISel.cpp     [all...]
  /external/swiftshader/third_party/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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 479 milliseconds