Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTailDuplicator.cpp852 bool IsLayoutSuccessor = false; in tailDuplicate() local
854 IsLayoutSuccessor = (ForcedLayoutPred == PredBB); in tailDuplicate()
856 IsLayoutSuccessor = true; in tailDuplicate()
857 if (IsLayoutSuccessor) in tailDuplicate()