Searched refs:ChunksStillConsideredInteresting (Results 1 – 1 of 1) sorted by relevance
155 std::vector<Chunk> &ChunksStillConsideredInteresting) { in CheckChunk() argument161 CurrentChunks.reserve(ChunksStillConsideredInteresting.size() - in CheckChunk()202 std::vector<Chunk> &ChunksStillConsideredInteresting, in ProcessChunkFromSerializedBitcode() argument214 ChunksStillConsideredInteresting)) { in ProcessChunkFromSerializedBitcode()273 increaseGranularity(ChunksStillConsideredInteresting); in runDeltaPass()297 for (auto I = ChunksStillConsideredInteresting.rbegin(), in runDeltaPass()298 E = ChunksStillConsideredInteresting.rend(); in runDeltaPass()349 &ChunksStillConsideredInteresting, &OriginalBC, in runDeltaPass()374 ChunksStillConsideredInteresting); in runDeltaPass()388 erase_if(ChunksStillConsideredInteresting, in runDeltaPass()[all …]