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

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

Completed in 350 milliseconds