Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp576 SmallVector<MachineOperand, 0> EmptyCond; in convertIf() local
577 TII->InsertBranch(*Head, Tail, nullptr, EmptyCond, HeadDL); in convertIf()
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1925 SmallVector<MachineOperand,1> EmptyCond; in createPreheaderForLoop() local
1937 TII->InsertBranch(*PB, NewPH, nullptr, EmptyCond, DL); in createPreheaderForLoop()
1949 TII->InsertBranch(*Latch, Header, nullptr, EmptyCond, DL); in createPreheaderForLoop()
1952 TII->InsertBranch(*NewPH, Header, nullptr, EmptyCond, DL); in createPreheaderForLoop()