Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6518 static bool isOnlyUsedInEntryBlock(const Argument *A) { in isOnlyUsedInEntryBlock() function
6732 if (!isOnlyUsedInEntryBlock(I)) { in LowerArguments()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7816 static bool isOnlyUsedInEntryBlock(const Argument *A, bool FastISel) { in isOnlyUsedInEntryBlock() function
8070 if (!isOnlyUsedInEntryBlock(&*I, TM.Options.EnableFastISel)) { in LowerArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8696 static bool isOnlyUsedInEntryBlock(const Argument *A, bool FastISel) { in isOnlyUsedInEntryBlock() function
9175 if (!isOnlyUsedInEntryBlock(&Arg, TM.Options.EnableFastISel)) { in LowerArguments()