Searched refs:EntryVal (Results 1 – 3 of 3) sorted by relevance
1512 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in createVectorIntOrFpInductionPHI()1519 if (isa<TruncInst>(EntryVal)) { in createVectorIntOrFpInductionPHI()1561 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()1566 if (isa<TruncInst>(EntryVal)) in createVectorIntOrFpInductionPHI()1567 addMetadata(LastInduction, EntryVal); in createVectorIntOrFpInductionPHI()1572 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in createVectorIntOrFpInductionPHI()1605 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in recordVectorLoopValueForInductionCast()1614 if (isa<TruncInst>(EntryVal)) in recordVectorLoopValueForInductionCast()1673 if (VF > 1 && !shouldScalarizeInstruction(EntryVal)) { in widenIntOrFpInduction()1674 createVectorIntOrFpInductionPHI(ID, Step, EntryVal); in widenIntOrFpInduction()[all …]
731 char &EntryVal = FullyAvailableBlocks[Entry]; in IsValueFullyAvailableInBlock() local732 if (EntryVal == 0) continue; // Already unavailable. in IsValueFullyAvailableInBlock()735 EntryVal = 0; in IsValueFullyAvailableInBlock()
2338 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB()2339 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()