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