Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2943 BasicBlock *FalseDest = getBasicBlock(Record[1]); in ParseFunctionBody() local
2945 if (!FalseDest || !Cond) in ParseFunctionBody()
2947 I = BranchInst::Create(TrueDest, FalseDest, Cond); in ParseFunctionBody()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp3191 BasicBlock *FalseDest = getBasicBlock(Record[1]); in ParseFunctionBody() local
3193 if (!FalseDest || !Cond) in ParseFunctionBody()
3195 I = BranchInst::Create(TrueDest, FalseDest, Cond); in ParseFunctionBody()