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

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
XSLTVisitor.java 41 public boolean visitInstruction(ElemTemplateElement elem)
RedundentExprEliminator.java     [all...]
ElemTemplateElement.java     [all...]
  /external/llvm/lib/Analysis/
InstCount.cpp 48 void visitInstruction(Instruction &I) {
InlineCost.cpp 107 bool visitInstruction(Instruction &I);
708 bool CallAnalyzer::visitInstruction(Instruction &I) {
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 268 void visitVAArgInst(VAArgInst &VAA) { visitInstruction(VAA); }
275 void visitInstruction(Instruction &I);
775 visitInstruction(I);
835 visitInstruction(SI);
    [all...]
  /external/llvm/include/llvm/Support/
InstVisitor.h 72 /// an implementation of visitInstruction though!.
236 void visitInstruction(Instruction &I) {} // Ignore unhandled instructions
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 181 void visitInstruction(Instruction &I) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 202 // visitInstruction - Specify what to return for unhandled instructions...
203 Instruction *visitInstruction(Instruction &I) { return 0; }
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 509 void visitInstruction(Instruction &I) {
    [all...]

Completed in 101 milliseconds