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

  /external/deqp-deps/SPIRV-Tools/test/opt/dominator_tree/
common_dominators.cpp 69 TEST(CommonDominatorsTest, SameBlock) {
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/
common_dominators.cpp 69 TEST(CommonDominatorsTest, SameBlock) {
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp 777 bool SameBlock = Def->getParent() == &MBB;
778 bool CanMove = SameBlock && IsSafeToMove(Def, Insert, AA, LIS, MRI) &&
793 if (!CanMove && SameBlock)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp 808 bool SameBlock = Def->getParent() == &MBB;
809 bool CanMove = SameBlock && IsSafeToMove(Def, Insert, AA, MRI) &&
824 if (!CanMove && SameBlock)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
PredicateInfo.cpp 141 bool SameBlock = std::tie(A.DFSIn, A.DFSOut) == std::tie(B.DFSIn, B.DFSOut);
147 if (SameBlock && A.LocalNum == LN_Last && B.LocalNum == LN_Last)
150 if (!SameBlock || A.LocalNum != LN_Middle || B.LocalNum != LN_Middle)
    [all...]

Completed in 259 milliseconds