Home
last modified time | relevance | path

Searched defs:MainSwitch (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp423 struct MainSwitch { struct
424 MainSwitch(SwitchInst *SI, LoopInfo *LI, OptimizationRemarkEmitter *ORE) in MainSwitch() function
438 SwitchInst *getInstr() const { return Instr; } in getInstr()
439 const SmallVector<SelectInstToUnfold, 4> getSelectInsts() { in getSelectInsts()
448 bool isCandidate(const SwitchInst *SI) { in isCandidate()
512 void addToQueue(Value *Val, BasicBlock *BB, in addToQueue()
519 bool isValidSelectInst(SelectInst *SI) { in isValidSelectInst()
553 LoopInfo *LI;
554 SwitchInst *Instr = nullptr;
555 SmallVector<SelectInstToUnfold, 4> SelectInsts;