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

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
XSLTVisitor.java 41 public boolean visitInstruction(ElemTemplateElement elem)
RedundentExprEliminator.java     [all...]
  /external/llvm/lib/Analysis/
InstCount.cpp 49 void visitInstruction(Instruction &I) {
MemoryBuiltins.cpp 587 SizeOffsetType ObjectSizeOffsetVisitor::visitInstruction(Instruction &I) {
806 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitInstruction(Instruction &I) {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 188 void visitInstruction(Instruction &I) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 223 // visitInstruction - Specify what to return for unhandled instructions...
224 Instruction *visitInstruction(Instruction &I) { return nullptr; }
  /external/llvm/include/llvm/IR/
InstVisitor.h 74 /// an implementation of visitInstruction though!.
256 void visitInstruction(Instruction &I) {} // Ignore unhandled instructions
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 119 void visitInstruction(Instruction &I) {
229 void visitInstruction(Instruction &I) {
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 140 bool visitInstruction(Instruction &) { return false; }
SCCP.cpp 504 void visitInstruction(Instruction &I) {
    [all...]
SROA.cpp 718 void visitInstruction(Instruction &I) {
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 116 bool visitInstruction(Instruction &I);
862 bool CallAnalyzer::visitInstruction(Instruction &I) {
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 297 void visitVAArgInst(VAArgInst &VAA) { visitInstruction(VAA); }
304 void visitInstruction(Instruction &I);
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1420 milliseconds