Lines Matching full:folded
845 /// side-effect free and is either dead or folded into a generated instruction.
849 return !I->mayWriteToMemory() && // Side-effecting instructions aren't folded.
850 !isa<TerminatorInst>(I) && // Terminators aren't folded.
851 !isa<DbgInfoIntrinsic>(I) && // Debug instructions aren't folded.
852 !isa<LandingPadInst>(I) && // Landingpad instructions aren't folded.
1035 // If fast isel succeeded, skip over all the folded instructions, and
1325 // constant folded.
1542 /// U can be folded during instruction selection that starts at Root.
1550 // diagram, Root can reach N through X. If N is folded into into Root, then
1562 // * indicates nodes to be folded together.