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

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 144 void visitSwitchInst(SwitchInst &I);
Execution.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstVisitor.h 168 RetTy visitSwitchInst(SwitchInst &I) { DELEGATE(TerminatorInst);}
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 322 Instruction *visitSwitchInst(SwitchInst &SI);
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp 156 bool visitSwitchInst(SwitchInst &SI);
861 bool CallAnalyzer::visitSwitchInst(SwitchInst &SI) {
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 387 void visitSwitchInst(SwitchInst &SI);
    [all...]

Completed in 795 milliseconds