Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp918 std::map<std::pair<Value*,Value*>, SelectInst*> InsertedSelects; in HoistThenElseCodeToIf() local
929 SelectInst *&SI = InsertedSelects[std::make_pair(BB1V, BB2V)]; in HoistThenElseCodeToIf()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1289 std::map<std::pair<Value *, Value *>, SelectInst *> InsertedSelects; in HoistThenElseCodeToIf() local
1301 SelectInst *&SI = InsertedSelects[std::make_pair(BB1V, BB2V)]; in HoistThenElseCodeToIf()