Searched refs:CondBit (Results 1 – 6 of 6) sorted by relevance
32 if (auto *CondBit = VPBB->getCondBit()) { in VPInstructionsToVPRecipes() local33 auto *NCondBit = new VPValue(CondBit->getUnderlyingValue()); in VPInstructionsToVPRecipes()
363 VPValue *CondBit = nullptr; variable500 VPValue *getCondBit() { return CondBit; } in getCondBit()502 const VPValue *getCondBit() const { return CondBit; } in getCondBit()504 void setCondBit(VPValue *CV) { CondBit = CV; } in setCondBit()528 CondBit = Condition; in setTwoSuccessors()548 CondBit = nullptr; in clearSuccessors()
393 VPValue *CondBit = nullptr; variable542 VPValue *getCondBit() { return CondBit; } in getCondBit()544 const VPValue *getCondBit() const { return CondBit; } in getCondBit()546 void setCondBit(VPValue *CV) { CondBit = CV; } in setCondBit()570 CondBit = Condition; in setTwoSuccessors()590 CondBit = nullptr; in clearSuccessors()
118 "CondBit: ir<%exitcond> (for.body)\l" in TEST_F()
111 ; CHECK-NEXT: "CondBit: ir<%cmp>"