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

  /external/llvm/lib/Analysis/
CFG.cpp 42 const BasicBlock *ParentBB = Top.first;
46 while (I != succ_end(ParentBB)) {
54 Result.push_back(std::make_pair(ParentBB, BB));
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 677 MachineBasicBlock *ParentBB);
SelectionDAGBuilder.cpp     [all...]

Completed in 60 milliseconds