Home
last modified time | relevance | path

Searched refs:RHSEntryBlock (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp359 BasicBlock *RHSEntryBlock = RHS.getEntryBlock(); in operator ()() local
366 if (DT->dominates(RHSEntryBlock, LHSEntryBlock)) { in operator ()()
369 assert(LHS.PDT->dominates(LHSEntryBlock, RHSEntryBlock)); in operator ()()
373 if (DT->dominates(LHSEntryBlock, RHSEntryBlock)) { in operator ()()
375 assert(LHS.PDT->dominates(RHSEntryBlock, LHSEntryBlock)); in operator ()()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp392 BasicBlock *RHSEntryBlock = RHS.getEntryBlock(); in operator ()() local
399 if (DT->dominates(RHSEntryBlock, LHSEntryBlock)) { in operator ()()
402 assert(LHS.PDT->dominates(LHSEntryBlock, RHSEntryBlock)); in operator ()()
406 if (DT->dominates(LHSEntryBlock, RHSEntryBlock)) { in operator ()()
408 assert(LHS.PDT->dominates(RHSEntryBlock, LHSEntryBlock)); in operator ()()