Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h357 void ExportFromCurrentBlock(const Value *V);
H A DStatepointLowering.cpp961 ExportFromCurrentBlock(V); in LowerAsSTATEPOINT()
H A DSelectionDAGBuilder.cpp2078 void SelectionDAGBuilder::ExportFromCurrentBlock(const Value *V) { in ExportFromCurrentBlock() function in SelectionDAGBuilder
2426 ExportFromCurrentBlock(SL->SwitchCases[i].CmpLHS); in visitBr()
2427 ExportFromCurrentBlock(SL->SwitchCases[i].CmpRHS); in visitBr()
10858 ExportFromCurrentBlock(Cond); in lowerWorkItem()
11094 ExportFromCurrentBlock(Cond); in splitWorkItem()
11110 ExportFromCurrentBlock(Cond); in splitWorkItem()
11176 ExportFromCurrentBlock(SI.getCondition()); in peelDominantCaseCluster()