Searched refs:VerifyPredAndCC (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp164 bool VerifyPredAndCC(MachineInstr *MI, const ReduceEntry &Entry,
306 Thumb2SizeReduce::VerifyPredAndCC(MachineInstr *MI, const ReduceEntry &Entry, function in class:Thumb2SizeReduce
772 if (!VerifyPredAndCC(MI, Entry, true, Pred, LiveCPSR, HasCC, CCDead))
867 if (!VerifyPredAndCC(MI, Entry, false, Pred, LiveCPSR, HasCC, CCDead))
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DThumb2SizeReduction.cpp151 bool VerifyPredAndCC(MachineInstr *MI, const ReduceEntry &Entry,
242 Thumb2SizeReduce::VerifyPredAndCC(MachineInstr *MI, const ReduceEntry &Entry, function in class:Thumb2SizeReduce
634 if (!VerifyPredAndCC(MI, Entry, true, Pred, LiveCPSR, HasCC, CCDead))
724 if (!VerifyPredAndCC(MI, Entry, false, Pred, LiveCPSR, HasCC, CCDead))

Completed in 50 milliseconds