Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1943 SmallVector<MachineOperand,1> EmptyCond; in createPreheaderForLoop() local
1954 TII->insertBranch(*PB, NewPH, nullptr, EmptyCond, DL); in createPreheaderForLoop()
1966 TII->insertBranch(*Latch, Header, nullptr, EmptyCond, DL); in createPreheaderForLoop()
1969 TII->insertBranch(*NewPH, Header, nullptr, EmptyCond, DL); in createPreheaderForLoop()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp748 SmallVector<MachineOperand, 0> EmptyCond; in convertIf() local
749 TII->insertBranch(*Head, Tail, nullptr, EmptyCond, HeadDL); in convertIf()