Searched defs:CondIsTrue (Results 1 – 4 of 4) sorted by relevance
1220 bool CondIsTrue = PBI->getSuccessor(0) == CurrentBB; in ProcessImpliedCondition() local
3287 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local3309 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local
5591 bool CondIsTrue = TrueBB == ContextBB; in isImpliedByDomCondition() local
251 int CondIsTrue(ValueNode *cond) { in CondIsTrue() function