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

  /external/llvm/lib/CodeGen/
TailDuplication.cpp 150 MachineBasicBlock *PHIBB = MI->getOperand(i+1).getMBB();
151 if (PHIBB == PredBB) {
165 MachineBasicBlock *PHIBB = MI->getOperand(i+1).getMBB();
166 if (CheckExtra && !Preds.count(PHIBB)) {
170 << PHIBB->getNumber() << '\n';
173 if (PHIBB->getNumber() < 0) {
175 dbgs() << " non-existing BB#" << PHIBB->getNumber() << '\n';
    [all...]
LiveInterval.cpp 172 const MachineBasicBlock *PHIBB = lis.getMBBFromIndex(VNI->def);
173 assert(PHIBB && "No basic block for phi-def");
174 for (MachineBasicBlock::const_pred_iterator PI = PHIBB->pred_begin(),
175 PE = PHIBB->pred_end(); PI != PE; ++PI) {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp     [all...]

Completed in 127 milliseconds