Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCFLAliasAnalysis.cpp89 static bool hasUsefulEdges(Instruction *);
711 static bool hasUsefulEdges(Instruction *Inst) { in hasUsefulEdges() function
717 static bool hasUsefulEdges(ConstantExpr *CE) { in hasUsefulEdges() function
757 assert(hasUsefulEdges(Inst) && in argsToEdges()
765 assert(hasUsefulEdges(CE) && "Expected constant expr to have 'useful' edges"); in argsToEdges()
793 if (!hasUsefulEdges(CExpr)) in constexprToEdges()
830 if (!hasUsefulEdges(&Inst)) in addInstructionToGraph()