Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp584 SmallVector<MachineOperand, 0> EmptyCond; in convertIf() local
585 TII->insertBranch(*Head, Tail, nullptr, EmptyCond, HeadDL); in convertIf()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1962 SmallVector<MachineOperand,1> EmptyCond; in createPreheaderForLoop() local
1974 TII->insertBranch(*PB, NewPH, nullptr, EmptyCond, DL); in createPreheaderForLoop()
1986 TII->insertBranch(*Latch, Header, nullptr, EmptyCond, DL); in createPreheaderForLoop()
1989 TII->insertBranch(*NewPH, Header, nullptr, EmptyCond, DL); in createPreheaderForLoop()