Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1243 MachineBasicBlock *FallThru = getNextNode(); in CorrectExtraCFGEdges() local
1247 DestA = FallThru; in CorrectExtraCFGEdges()
1248 DestB = FallThru; in CorrectExtraCFGEdges()
1252 DestB = FallThru; in CorrectExtraCFGEdges()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2832 bool FallThru = FBB == nullptr; in insertBranch() local
2864 if (!FallThru) { in insertBranch()