Searched defs:isFoldedOrDeadInstruction (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp868 /// isFoldedOrDeadInstruction - Return true if the specified instruction is
871 static bool isFoldedOrDeadInstruction(const Instruction *I, function
1038 if (isFoldedOrDeadInstruction(Inst, FuncInfo)) {
1057 if (!isFoldedOrDeadInstruction(BeforeInst, FuncInfo))

Completed in 29 milliseconds