HomeSort by: relevance | last modified time | path
    Searched refs:ExportFromCurrentBlock (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 554 void ExportFromCurrentBlock(const Value *V);
StatepointLowering.cpp 933 ExportFromCurrentBlock(V);
SelectionDAGBuilder.cpp 2054 /// ExportFromCurrentBlock - If this condition isn't known to be exported from
2057 void SelectionDAGBuilder::ExportFromCurrentBlock(const Value *V) {
2405 ExportFromCurrentBlock(SL->SwitchCases[i].CmpLHS);
2406 ExportFromCurrentBlock(SL->SwitchCases[i].CmpRHS);
10593 ExportFromCurrentBlock(Cond);
10833 ExportFromCurrentBlock(Cond);
10849 ExportFromCurrentBlock(Cond);
10915 ExportFromCurrentBlock(SI.getCondition());

Completed in 38 milliseconds