Home | History | Annotate | Download | only in portable

Lines Matching refs:placeholder

63 // Replace the placeholder value with the real definition
65 ::llvm::Value* placeholder = GetLLVMValue(s_reg);
66 if (placeholder == NULL) {
68 LOG(WARNING) << "Null placeholder";
71 placeholder->replaceAllUsesWith(val);
72 val->takeName(placeholder);
74 ::llvm::Instruction* inst = ::llvm::dyn_cast< ::llvm::Instruction>(placeholder);
1856 ::llvm::BasicBlock::Create(*context_, "placeholder",
1922 * To work around this problem, we insert placeholder definitions for
1923 * all Dalvik SSA regs in the "placeholder" block. Here, after
1924 * bitcode conversion is complete, we examine those placeholder definitions
1927 * If any definitions remain, we link the placeholder block into the