Lines Matching defs:freeze
277 // Note that we could use freeze to avoid poison problems, but then we might
1198 /// if a freeze needs to be inserted.
1211 assert(!ToFreeze && "freeze() not called with ToFreeze being set");
1220 /// Returns true if the index can be scalarize without requiring a freeze.
1225 /// freeze.
1235 void freeze(IRBuilder<> &Builder, Instruction &UserI) {
1283 // If the index may be poison, check if we can insert a freeze before the
1355 ScalarizableIdx.freeze(Builder, *cast<Instruction>(Idx));
1451 // Insert 'freeze' for poison indexes.
1454 It->second.freeze(Builder, *cast<Instruction>(Idx));