Home
last modified time | relevance | path

Searched refs:isExportedInst (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h209 bool isExportedInst(const Value *V) const { in isExportedInst() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1507 !FuncInfo.isExportedInst(I); // Exported instrs must be computed. in isFoldedOrDeadInstruction()
H A DSelectionDAGBuilder.cpp2324 if (FuncInfo.isExportedInst(V)) return; in ExportFromCurrentBlock()
2340 return FuncInfo.isExportedInst(V); in isExportableFromCurrentBlock()
2350 return FuncInfo.isExportedInst(V); in isExportableFromCurrentBlock()