Searched defs:thenBlock (Results 1 – 3 of 3) sorted by relevance
446 Block* thenBlock; variable
2922 void Builder::createConditionalBranch(Id condition, Block* thenBlock, Block* elseBlock) in createConditionalBranch()
1440 const BasicBlock *thenBlock() const { return Branches[0]; } in thenBlock() function1441 BasicBlock *thenBlock() { return Branches[0]; } in thenBlock() function