Searched refs:UnscheduledPredecessors (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp315 unsigned UnscheduledPredecessors = 0; member in class:__anon3501::BlockChain
409 /// Decrease the UnscheduledPredecessors count for all blocks in chain, and
415 /// Decrease the UnscheduledPredecessors count for a single block, and
632 if (SuccChain.UnscheduledPredecessors == 0 ||
633 --SuccChain.UnscheduledPredecessors > 0)
1363 if (SuccChain.UnscheduledPredecessors == 0)
1594 << (SuccChain.UnscheduledPredecessors != 0 ? " (CFG break)" : "")
1676 assert(SuccChain.UnscheduledPredecessors == 0 &&
1746 Chain.UnscheduledPredecessors == 0 &&
1756 ++Chain.UnscheduledPredecessors;
[all...]

Completed in 103 milliseconds