Lines Matching refs:CondCode
151 AArch64CC::CondCode &CondCode) const;
153 AArch64CC::CondCode &CondCode, DebugLoc DL) const;
185 AArch64CC::CondCode &CondCode) const {
208 // translate analyzeBranchCondCode to CondCode.
210 CondCode = AArch64CC::CondCode(analyzeBranchCondCode[0].getImm());
223 MachineBasicBlock &SplitEdgeBB, AArch64CC::CondCode &CondCode,
232 .addImm(CondCode);
244 AArch64CC::CondCode CondCode;
246 if (!endsWithCondControlFlow(MBB, TBB, FBB, CondCode)) {
253 AArch64CC::CondCode InvCondCode = AArch64CC::getInvertedCondCode(CondCode);
265 insertTrackingCode(*SplitEdgeTBB, CondCode, DL);