Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTailDuplicator.cpp865 bool IsLayoutSuccessor = false; in tailDuplicate() local
867 IsLayoutSuccessor = (ForcedLayoutPred == PredBB); in tailDuplicate()
869 IsLayoutSuccessor = true; in tailDuplicate()
870 if (IsLayoutSuccessor) in tailDuplicate()