Lines Matching refs:CondCode
154 AArch64CC::CondCode &CondCode) const;
156 AArch64CC::CondCode &CondCode, DebugLoc DL) const;
188 AArch64CC::CondCode &CondCode) const {
211 // translate analyzeBranchCondCode to CondCode.
213 CondCode = AArch64CC::CondCode(analyzeBranchCondCode[0].getImm());
226 MachineBasicBlock &SplitEdgeBB, AArch64CC::CondCode &CondCode,
235 .addImm(CondCode);
247 AArch64CC::CondCode CondCode;
249 if (!endsWithCondControlFlow(MBB, TBB, FBB, CondCode)) {
256 AArch64CC::CondCode InvCondCode = AArch64CC::getInvertedCondCode(CondCode);
268 insertTrackingCode(*SplitEdgeTBB, CondCode, DL);