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.cpp394 struct MainSwitch { struct
395 MainSwitch(SwitchInst *SI, LoopInfo *LI, OptimizationRemarkEmitter *ORE) in MainSwitch() function
409 SwitchInst *getInstr() const { return Instr; } in getInstr()
410 const SmallVector<SelectInstToUnfold, 4> getSelectInsts() { in getSelectInsts()
419 bool isCandidate(const SwitchInst *SI) { in isCandidate()
483 void addToQueue(Value *Val, BasicBlock *BB, in addToQueue()
492 bool isValidSelectInst(SelectInst *SI) { in isValidSelectInst()
526 LoopInfo *LI;
527 SwitchInst *Instr = nullptr;
528 SmallVector<SelectInstToUnfold, 4> SelectInsts;