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

/external/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp45 ARMCC::CondCodes CC, ARMCC::CondCodes OCC,
107 ARMCC::CondCodes CC, ARMCC::CondCodes OCC,
147 // Then peek at the next instruction to see if it's predicated on CC or OCC.
156 if (NCC == CC || NCC == OCC)
195 ARMCC::CondCodes OCC = ARMCC::getOppositeCondition(CC); local
213 if (NCC == CC || NCC == OCC) {
221 MoveCopyOutOfITBlock(NMI, CC, OCC, Defs, Uses)) {
106 MoveCopyOutOfITBlock(MachineInstr *MI, ARMCC::CondCodes CC, ARMCC::CondCodes OCC, SmallSet<unsigned, 4> &Defs, SmallSet<unsigned, 4> &Uses) argument

Completed in 86 milliseconds