Searched refs:IsFallthrough (Results 1 – 3 of 3) sorted by relevance
41 bool &IsFallthrough);
606 bool &IsFallthrough) { in guessSuccessors() argument622 IsFallthrough = I == MBB.end() || !I->isBarrier(); in guessSuccessors()
975 bool IsFallthrough; in parseBasicBlock() local976 guessSuccessors(MBB, Successors, IsFallthrough); in parseBasicBlock()980 if (IsFallthrough) { in parseBasicBlock()