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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6619 /// isOnlyUsedInEntryBlock - If the specified argument is only used in the
6622 static bool isOnlyUsedInEntryBlock(const Argument *A, bool FastISel) { function
6836 if (!isOnlyUsedInEntryBlock(I, TM.Options.EnableFastISel)) {

Completed in 47 milliseconds