Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1960 SmallVector<MachineOperand,1> EmptyCond; in createPreheaderForLoop() local
1972 TII->insertBranch(*PB, NewPH, nullptr, EmptyCond, DL); in createPreheaderForLoop()
1984 TII->insertBranch(*Latch, Header, nullptr, EmptyCond, DL); in createPreheaderForLoop()
1987 TII->insertBranch(*NewPH, Header, nullptr, EmptyCond, DL); in createPreheaderForLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp746 SmallVector<MachineOperand, 0> EmptyCond; in convertIf() local
747 TII->insertBranch(*Head, Tail, nullptr, EmptyCond, HeadDL); in convertIf()