Lines Matching defs:latch
90 // Returns the latch basic block (basic block that holds the back-edge).
96 // Sets |latch| as the loop unique block branching back to the header.
97 // A latch block must have the following properties:
98 // - |latch| must be in the loop;
100 void SetLatchBlock(BasicBlock* latch);
103 // continue target of the OpLoopMerge and should dominate the latch block.
352 // which is also dominated by the loop continue block. This block is the latch
392 // Sets |latch| as the loop unique latch block. No checks are performed
394 inline void SetLatchBlockImpl(BasicBlock* latch) { loop_latch_ = latch; }