Home
last modified time | relevance | path

Searched refs:TrueInst (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSelectOptimize.cpp449 for (Instruction *TrueInst : TrueSlicesInterleaved) in convertProfitableSIGroups()
450 TrueInst->moveBefore(TrueBranch); in convertProfitableSIGroups()
H A DCodeGenPrepare.cpp6838 auto *TrueInst = cast<Instruction>(SI->getTrueValue()); in optimizeSelectInst() local
6839 TrueInst->moveBefore(TrueBranch); in optimizeSelectInst()