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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Local.cpp 62 BasicBlock *Dest2 = BI->getSuccessor(1);
67 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2;
68 BasicBlock *OldDest = Cond->getZExtValue() ? Dest2 : Dest1;
84 if (Dest2 == Dest1) { // Conditional branch to same location?
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 77 BasicBlock *Dest2 = BI->getSuccessor(1);
82 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2;
83 BasicBlock *OldDest = Cond->getZExtValue() ? Dest2 : Dest1;
99 if (Dest2 == Dest1) { // Conditional branch to same location?
    [all...]

Completed in 86 milliseconds