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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
JumpThreading.cpp 819 BasicBlock *LoadBB = LI->getParent();
820 if (LoadBB->getSinglePredecessor())
825 // If the loaded operand is defined in the LoadBB, it can't be available.
828 if (PtrOp->getParent() == LoadBB)
    [all...]
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp     [all...]
GVN.cpp     [all...]

Completed in 762 milliseconds