HomeSort by relevance Sort by last modified time
    Searched refs:visitInstruction (Results 1 - 12 of 12) 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);
675 bool CallAnalyzer::visitInstruction(Instruction &I) {
    [all...]
MemoryBuiltins.cpp 556 SizeOffsetType ObjectSizeOffsetVisitor::visitInstruction(Instruction &I) {
767 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitInstruction(Instruction &I) {
  /external/llvm/lib/VMCore/
Verifier.cpp 269 void visitVAArgInst(VAArgInst &VAA) { visitInstruction(VAA); }
276 void visitInstruction(Instruction &I);
777 visitInstruction(I);
852 visitInstruction(SI);
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 200 SizeOffsetType visitInstruction(Instruction &I);
260 SizeOffsetEvalType visitInstruction(Instruction &I);
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 181 void visitInstruction(Instruction &I) {
  /external/llvm/include/llvm/Support/
InstVisitor.h 74 /// an implementation of visitInstruction though!.
252 void visitInstruction(Instruction &I) {} // Ignore unhandled instructions
  /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 558 milliseconds