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

  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 626 static bool IsValueFullyAvailableInBlock(BasicBlock *BB,
657 if (!IsValueFullyAvailableInBlock(*PI, FullyAvailableBlocks,RecurseDepth+1))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp 584 /// IsValueFullyAvailableInBlock - Return true if we can prove that the value
594 static bool IsValueFullyAvailableInBlock(BasicBlock *BB,
621 if (!IsValueFullyAvailableInBlock(*PI, FullyAvailableBlocks))
    [all...]

Completed in 2898 milliseconds