Searched refs:MR_simplifyInverted (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | fset.c | 750 MR_simplifyInverted(p1,0); 755 MR_simplifyInverted(p2,0); 806 MR_simplifyInverted(phelp,0); 828 MR_simplifyInverted(phelp,0); 884 MR_simplifyInverted(phelp,0); 906 MR_simplifyInverted(phelp,0);
|
D | proto.h | 534 extern void MR_simplifyInverted(Predicate *,int); /* MR11 */ 814 extern void MR_simplifyInverted(); /* MR11 */
|
D | mrhoist.c | 2092 MR_simplifyInverted(p,0); 2434 void MR_simplifyInverted(Predicate *pred,int inverted) function 2436 void MR_simplifyInverted(pred,inverted) 2445 MR_simplifyInverted(pred->right,inverted); 2460 MR_simplifyInverted(pred->down,newInverted);
|