Searched refs:IsFallthrough (Results 1 – 3 of 3) sorted by relevance
60 bool &IsFallthrough);
627 bool &IsFallthrough) { in guessSuccessors() argument643 IsFallthrough = I == MBB.end() || !I->isBarrier(); in guessSuccessors()
1001 bool IsFallthrough; in parseBasicBlock() local1002 guessSuccessors(MBB, Successors, IsFallthrough); in parseBasicBlock()1006 if (IsFallthrough) { in parseBasicBlock()