Searched refs:ExportFromCurrentBlock (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h411 void ExportFromCurrentBlock(const Value *V);
H A DSelectionDAGBuilder.cpp1294 /// ExportFromCurrentBlock - If this condition isn't known to be exported from
1297 void SelectionDAGBuilder::ExportFromCurrentBlock(const Value *V) { function in class:SelectionDAGBuilder
1556 ExportFromCurrentBlock(SwitchCases[i].CmpLHS);
1557 ExportFromCurrentBlock(SwitchCases[i].CmpRHS);
2051 ExportFromCurrentBlock(SV);
2313 ExportFromCurrentBlock(SV);
2330 ExportFromCurrentBlock(SV);
2465 ExportFromCurrentBlock(SV);

Completed in 179 milliseconds