Searched refs:EmptyCond (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 1512 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/ |
D | EarlyIfConversion.cpp | 567 SmallVector<MachineOperand, 0> EmptyCond; in convertIf() local 568 TII->InsertBranch(*Head, Tail, nullptr, EmptyCond, HeadDL); in convertIf()
|