Return true if I is trivially rematerializable.
Declared in <llvm/Transforms/Coroutines/MaterializationUtils.h>
bool
isTriviallyMaterializable(Instruction& I);
Examples include InsertElementInst.
true if I is trivially rematerializable.
| Name | Description |
|---|---|
| I | Instruction to test for trivial rematerializability. |