Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp453 for (Instruction *TrueInst : TrueSlicesInterleaved) in convertProfitableSIGroups()
454 TrueInst->moveBefore(TrueBranch); in convertProfitableSIGroups()
H A DCodeGenPrepare.cpp6948 auto *TrueInst = cast<Instruction>(SI->getTrueValue()); in optimizeSelectInst() local
6949 TrueInst->moveBefore(TrueBranch); in optimizeSelectInst()