Searched refs:isExportedInst (Results 1 – 3 of 3) sorted by relevance
148 bool isExportedInst(const Value *V) { in isExportedInst() function
1342 if (FuncInfo.isExportedInst(V)) return; in ExportFromCurrentBlock()1358 return FuncInfo.isExportedInst(V); in isExportableFromCurrentBlock()1368 return FuncInfo.isExportedInst(V); in isExportableFromCurrentBlock()
1041 !FuncInfo->isExportedInst(I); // Exported instrs must be computed. in isFoldedOrDeadInstruction()