HomeSort by relevance Sort by last modified time
    Searched refs:addInstructionToGraph (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
CFLGraph.h 497 // addInstructionToGraph would add both the `load` and `getelementptr`
499 void addInstructionToGraph(GetEdgesVisitor &Visitor, Instruction &Inst) {
513 addInstructionToGraph(Visitor, Inst);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CFLGraph.h 617 // addInstructionToGraph would add both the `load` and `getelementptr`
619 void addInstructionToGraph(GetEdgesVisitor &Visitor, Instruction &Inst) {
633 addInstructionToGraph(Visitor, Inst);

Completed in 160 milliseconds