Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1512 SmallVector<MachineOperand,1> EmptyCond; in createPreheaderForLoop() local
1524 TII->InsertBranch(*PB, NewPH, nullptr, EmptyCond, DL); in createPreheaderForLoop()
1536 TII->InsertBranch(*Latch, Header, nullptr, EmptyCond, DL); in createPreheaderForLoop()
1539 TII->InsertBranch(*NewPH, Header, nullptr, EmptyCond, DL); in createPreheaderForLoop()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp567 SmallVector<MachineOperand, 0> EmptyCond; in convertIf() local
568 TII->InsertBranch(*Head, Tail, nullptr, EmptyCond, HeadDL); in convertIf()