Home
last modified time | relevance | path

Searched refs:IsLayoutSuccessor (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp857 bool IsLayoutSuccessor = false; in tailDuplicate() local
859 IsLayoutSuccessor = (ForcedLayoutPred == PredBB); in tailDuplicate()
861 IsLayoutSuccessor = true; in tailDuplicate()
862 if (IsLayoutSuccessor) in tailDuplicate()