Searched refs:IsFallthrough (Results 1 – 5 of 5) sorted by relevance
41 bool &IsFallthrough);
738 bool shouldUseExternalFS() const { return IsFallthrough; } in shouldUseExternalFS()797 bool IsFallthrough = true; variable
603 bool &IsFallthrough) { in guessSuccessors() argument619 IsFallthrough = I == MBB.end() || !I->isBarrier(); in guessSuccessors()
936 bool IsFallthrough; in parseBasicBlock() local937 guessSuccessors(MBB, Successors, IsFallthrough); in parseBasicBlock()941 if (IsFallthrough) { in parseBasicBlock()
1257 IsFallthrough = Fallthrough; in setFallthrough()1727 if (!parseScalarBool(I.getValue(), FS->IsFallthrough)) in parse()