Searched defs:EmptyCond (Results 1 - 2 of 2) sorted by relevance

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

Completed in 183 milliseconds