Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1628 std::map<std::pair<Value *, Value *>, SelectInst *> InsertedSelects; in HoistThenElseCodeToIf() local
1638 SelectInst *&SI = InsertedSelects[std::make_pair(BB1V, BB2V)]; in HoistThenElseCodeToIf()